complexType "uml:Slot"
Namespace:
Content:
complex, 8 attributes, 5 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:IDREF
 = 
"2.0"
 = 
xsd:QName
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (value | definingFeature)*
</...>
All Direct / Indirect Based Elements (2):
slot, uml:Slot
Known Usage Locations
Annotation
A slot is owned by an instance specification. It specifies the value or values for its defining feature, which must be a structural feature of a classifier of the instance specification owning the slot.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:Slot
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Slot">
<xsd:complexContent>
<xsd:extension base="uml:Element">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="value" type="uml:ValueSpecification"/>
<xsd:element name="definingFeature" type="uml:StructuralFeature"/>
</xsd:choice>
<xsd:attribute name="definingFeature" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
definingFeature
Type:
xsd:string, predefined
Use:
optional
The structural feature that specifies the values that may be held by the slot.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="definingFeature" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/5)
definingFeature
Type:
uml:StructuralFeature, complex content
The structural feature that specifies the values that may be held by the slot.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="definingFeature" type="uml:StructuralFeature"/>

value
Type:
uml:ValueSpecification, complex content
XML Source (see within schema source)
<xsd:element name="value" 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.