complexType "uml:InstanceSpecification"
Namespace:
Content:
complex, 13 attributes, 12 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 4 elements
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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, templateParameter*, (deployment | slot | classifier | specification)*
</...>
Known Direct Subtypes (1):
uml:EnumerationLiteral
All Direct / Indirect Based Elements (4):
instance, uml:EnumerationLiteral,
Known Usage Locations
Annotation
In the metamodel, InstanceSpecification is a specialization of DeploymentTarget and DeployedArtifact.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:PackageableElement (extension)
                      uml:InstanceSpecification
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="InstanceSpecification">
<xsd:complexContent>
<xsd:extension base="uml:PackageableElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="deployment" type="uml:Deployment"/>
<xsd:element name="slot" type="uml:Slot"/>
<xsd:element name="classifier" type="uml:Classifier"/>
<xsd:element name="specification" type="uml:ValueSpecification"/>
</xsd:choice>
<xsd:attribute name="classifier" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/13)
classifier
Type:
xsd:string, predefined
Use:
optional
The classifier or classifiers of the represented instance. If multiple classifiers are specified, the instance is classified by all of them.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="classifier" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 4/12)
classifier
Type:
uml:Classifier, complex content
The classifier or classifiers of the represented instance. If multiple classifiers are specified, the instance is classified by all of them.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="classifier" type="uml:Classifier"/>

deployment
Type:
uml:Deployment, complex content
XML Source (see within schema source)
<xsd:element name="deployment" type="uml:Deployment"/>

slot
Type:
uml:Slot, complex content
A slot giving the value or values of a structural feature of the instance. An instance specification can have one slot per structural feature of its classifiers, including inherited features. It is not necessary to model a slot for each structural feature, in which case the instance specification is a partial description. Subsets Element::ownedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="slot" type="uml:Slot"/>

specification
Type:
uml:ValueSpecification, complex content
A specification of how to compute, derive, or construct the instance. Subsets Element:: ownedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="specification" type="uml:ValueSpecification"/>

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.