complexType "uml:ConnectionPointReference"
Namespace:
Content:
complex, 14 attributes, 11 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming)*, (entry | exit)*
</...>
All Direct / Indirect Based Elements (2):
connection, uml:ConnectionPointReference
Known Usage Locations
Annotation
Connection point references of a submachine state can be used as sources/targets of transitions. They represent entries into or exits out of the submachine state machine referenced by the submachine state.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Vertex (extension)
                      uml:ConnectionPointReference
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ConnectionPointReference">
<xsd:complexContent>
<xsd:extension base="uml:Vertex">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="entry" type="uml:Pseudostate"/>
<xsd:element name="exit" type="uml:Pseudostate"/>
</xsd:choice>
<xsd:attribute name="entry" type="xsd:string"/>
<xsd:attribute name="exit" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/14)
entry
Type:
xsd:string, predefined
Use:
optional
The entryPoint kind pseudo states corresponding to this connection point.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="entry" type="xsd:string"/>

exit
Type:
xsd:string, predefined
Use:
optional
The exitPoints kind pseudo states corresponding to this connection point.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="exit" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/11)
entry
Type:
uml:Pseudostate, complex content
The entryPoint kind pseudo states corresponding to this connection point.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="entry" type="uml:Pseudostate"/>

exit
Type:
uml:Pseudostate, complex content
The exitPoints kind pseudo states corresponding to this connection point.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="exit" type="uml:Pseudostate"/>

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.