complexType "uml:Pin"
Namespace:
Content:
complex, 22 attributes, 18 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
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
("unordered" | "ordered" | "LIFO" | "FIFO")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, (type | upperBound | inState | selection)*, (upperValue | lowerValue)*
</...>
Known Direct Subtypes (2):
uml:InputPin, uml:OutputPin
Known Indirect Subtypes (1):
uml:ValuePin
All Direct / Indirect Based Elements (21):
argument (type uml:InputPin), result,
Known Usage Locations
Annotation
Pins are connected as inputs and outputs to actions. They provide values to actions and accept result values from them.
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:ObjectNode (extension)
                              uml:Pin
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="Pin">
<xsd:complexContent>
<xsd:extension base="uml:ObjectNode">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="upperValue" type="uml:ValueSpecification"/>
<xsd:element name="lowerValue" type="uml:ValueSpecification"/>
</xsd:choice>
<xsd:attribute name="isOrdered" type="xsd:string"/>
<xsd:attribute name="isUnique" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/22)
isOrdered
Type:
xsd:string, predefined
Use:
optional
For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered. Default is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isOrdered" type="xsd:string"/>

isUnique
Type:
xsd:string, predefined
Use:
optional
For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique. Default is true.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isUnique" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.