complexType "uml:ReadLinkObjectEndQualifierAction"
Namespace:
Content:
complex, 18 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 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
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, handler*, (localPrecondition | localPostcondition)*, (object | result | qualifier)*
</...>
All Direct / Indirect Based Elements (1):
uml:ReadLinkObjectEndQualifierAction
Known Usage Locations
Annotation
This action reads a qualifier value or values on an end of a link object. The association end to retrieve the qualifier from is specified statically, and the link object to read is provided on the input pin at run time.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:RedefinableElement (extension)
                      uml:ActivityNode (extension)
                          uml:ExecutableNode (extension)
                              uml:Action (extension)
                                  uml:ReadLinkObjectEndQualifierAction
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ReadLinkObjectEndQualifierAction">
<xsd:complexContent>
<xsd:extension base="uml:Action">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="object" type="uml:InputPin"/>
<xsd:element name="result" type="uml:OutputPin"/>
<xsd:element name="qualifier" type="uml:Property"/>
</xsd:choice>
<xsd:attribute name="qualifier" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/18)
qualifier
Type:
xsd:string, predefined
Use:
optional
The attribute representing the qualifier to be read.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="qualifier" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/18)
object
Type:
uml:InputPin, complex content
(Specialized from Action:input) Gives the input pin from which the link object is obtained.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="object" type="uml:InputPin"/>

qualifier
Type:
uml:Property, complex content
The attribute representing the qualifier to be read.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="qualifier" type="uml:Property"/>

result
Type:
uml:OutputPin, complex content
Pin where the result value is placed
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="result" type="uml:OutputPin"/>

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.