complexType "uml:DeploymentSpecification"
Namespace:
Content:
complex, 21 attributes, 23 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:IDREF
 = 
"2.0"
 = 
xsd:QName
 = 
xsd:string
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (ownedRule | elementImport | packageImport)*, (templateParameter | generalization | redefinedClassifier | substitution | powertypeExtent | ownedUseCase | useCase | representation | occurrence)*, (nestedArtifact | manifestation | ownedOperation | ownedAttribute)*
</...>
All Direct / Indirect Based Elements (2):
configuration, uml:DeploymentSpecification
Known Usage Locations
Annotation
In the metamodel, a DeploymentSpecification is a subtype of Artifact. It defines a set of deployment properties that are specific to a certain Container type. An instance of a DeploymentSpecification with specific values for these properties may be contained in a complex Artifact.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Namespace (extension)
                      uml:Classifier (extension)
                          uml:Artifact (extension)
                              uml:DeploymentSpecification
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="DeploymentSpecification">
<xsd:complexContent>
<xsd:extension base="uml:Artifact">
<xsd:attribute name="deploymentLocation" type="xsd:string"/>
<xsd:attribute name="executionLocation" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/21)
deploymentLocation
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="deploymentLocation" type="xsd:string"/>

executionLocation
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="executionLocation" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.