complexType "uml:LinkEndData"
Namespace:
Content:
complex, 9 attributes, 6 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:IDREF
 = 
"2.0"
 = 
xsd:QName
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (value | end | qualifier)*
</...>
Known Direct Subtypes (1):
uml:LinkEndCreationData
All Direct / Indirect Based Elements (3):
endData, uml:LinkEndData
Known Usage Locations
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:LinkEndData
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="LinkEndData">
<xsd:complexContent>
<xsd:extension base="uml:Element">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="value" type="uml:InputPin"/>
<xsd:element name="end" type="uml:Property"/>
<xsd:element name="qualifier" type="uml:QualifierValue"/>
</xsd:choice>
<xsd:attribute name="value" type="xsd:string"/>
<xsd:attribute name="end" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
end
Type:
xsd:string, predefined
Use:
optional
Association end for which this link-end data specifies values.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="end" type="xsd:string"/>

value
Type:
xsd:string, predefined
Use:
optional
Input pin that provides the specified object for the given end. This pin is omitted if the link-end data specifies an “open” end for reading.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="value" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/6)
end
Type:
uml:Property, complex content
Association end for which this link-end data specifies values.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="end" type="uml:Property"/>

qualifier
Type:
uml:QualifierValue, complex content
Attribute representing the qualifier for which the value is to be specified.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="qualifier" type="uml:QualifierValue"/>

value
Type:
uml:InputPin, complex content
Input pin that provides the specified object for the given end. This pin is omitted if the link-end data specifies an “open” end for reading.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="value" type="uml:InputPin"/>

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.