complexType "uml:LinkEndCreationData"
Namespace:
Content:
complex, 11 attributes, 7 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
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
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (value | end | qualifier)*, insertAt*
</...>
All Direct / Indirect Based Elements (1):
uml:LinkEndCreationData
Known Usage Locations
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:LinkEndData (extension)
              uml:LinkEndCreationData
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LinkEndCreationData">
<xsd:complexContent>
<xsd:extension base="uml:LinkEndData">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="insertAt" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="isReplaceAll" type="xsd:string"/>
<xsd:attribute name="insertAt" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/11)
insertAt
Type:
xsd:string, predefined
Use:
optional
Specifies where the new link should be inserted for ordered association ends, or where an existing link should be moved to. The type of the input is UnlimitedNatural, but the input cannot be zero. This pin is omitted for association ends that are not ordered.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="insertAt" type="xsd:string"/>

isReplaceAll
Type:
xsd:string, predefined
Use:
optional
= falseSpecifies whether the existing links emanating from the object on this end should be destroyed before creating a new link.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isReplaceAll" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/7)
insertAt
Type:
uml:InputPin, complex content
Specifies where the new link should be inserted for ordered association ends, or where an existing link should be moved to. The type of the input is UnlimitedNatural, but the input cannot be zero. This pin is omitted for association ends that are not ordered.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="insertAt" 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.