complexType "uml:QualifierValue"
Namespace:
Content:
complex, 9 attributes, 5 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 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
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (qualifier | value)*
</...>
All Direct / Indirect Based Elements (2):
qualifier (type uml:QualifierValue), uml:QualifierValue
Known Usage Locations
Annotation
A link cannot be passed as a runtime value to or from an action. Instead, a link is identified by its end objects and qualifier values, as required. This requires more than one piece of data, namely, the end in the user model, the object on the end, and the qualifier values for that end. These pieces are brought together around LinkEndData. Each association end is identified separately with an instance of the LinkEndData class.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:QualifierValue
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="QualifierValue">
<xsd:complexContent>
<xsd:extension base="uml:Element">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="qualifier" type="uml:Property"/>
<xsd:element name="value" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="qualifier" type="xsd:string"/>
<xsd:attribute name="value" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
qualifier
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="qualifier" type="xsd:string"/>

value
Type:
xsd:string, predefined
Use:
optional
Input pin from which the specified value for the qualifier is taken.
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; 2/5)
qualifier
Type:
uml:Property, complex content
XML Source (see within schema source)
<xsd:element name="qualifier" type="uml:Property"/>

value
Type:
uml:InputPin, complex content
Input pin from which the specified value for the qualifier is taken.
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.