complexType "uml:TestIdentityAction"
Namespace:
Content:
complex, 17 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, handler*, (localPrecondition | localPostcondition)*, (first | second | result)*
</...>
All Direct / Indirect Based Elements (1):
uml:TestIdentityAction
Known Usage Locations
Annotation
This action returns true if the two input values are the same identity, false if they are not.
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:TestIdentityAction
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="TestIdentityAction">
<xsd:complexContent>
<xsd:extension base="uml:Action">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="first" type="uml:InputPin"/>
<xsd:element name="second" type="uml:InputPin"/>
<xsd:element name="result" type="uml:OutputPin"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/18)
first
Type:
uml:InputPin, complex content
. (Specialized from Action:input) Gives the pin on which an object is placed.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="first" type="uml:InputPin"/>

result
Type:
uml:OutputPin, complex content
(Specialized from Action:output) Tells whether the two input objects are identical.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="result" type="uml:OutputPin"/>

second
Type:
uml:InputPin, complex content
(Specialized from Action:input) Gives the pin on which an object is placed.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="second" 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.