complexType "uml:Vertex"
Namespace:
Content:
complex, 12 attributes, 9 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming)*
</...>
Known Direct Subtypes (2):
uml:ConnectionPointReference, uml:Pseudostate
All Direct / Indirect Based Elements (10):
connection, subvertex,
Known Usage Locations
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Vertex
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="Vertex">
<xsd:complexContent>
<xsd:extension base="uml:NamedElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="outgoing" type="uml:Transition"/>
<xsd:element name="incoming" type="uml:Transition"/>
</xsd:choice>
<xsd:attribute name="outgoing" type="xsd:string"/>
<xsd:attribute name="incoming" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/12)
incoming
Type:
xsd:string, predefined
Use:
optional
Specifies the transitions entering this vertex.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="incoming" type="xsd:string"/>

outgoing
Type:
xsd:string, predefined
Use:
optional
Specifies the transitions departing from this vertex.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outgoing" 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.