complexType "uml:State"
Namespace:
Content:
complex, 16 attributes, 21 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 6 attributes, 11 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (ownedRule | elementImport | packageImport)*, (outgoing | incoming | submachine | connection | redefinedState | deferrableTrigger | region | entry | exit | doActivity | stateInvariant)*
</...>
Known Direct Subtypes (1):
uml:FinalState
All Direct / Indirect Based Elements (4):
inState, uml:FinalState,
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:Namespace (extension)
                      uml:State
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="State">
<xsd:complexContent>
<xsd:extension base="uml:Namespace">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="outgoing" type="uml:Transition"/>
<xsd:element name="incoming" type="uml:Transition"/>
<xsd:element name="submachine" type="uml:StateMachine"/>
<xsd:element name="connection" type="uml:ConnectionPointReference"/>
<xsd:element name="redefinedState" type="uml:State"/>
<xsd:element name="deferrableTrigger" type="uml:Trigger"/>
<xsd:element name="region" type="uml:Region"/>
<xsd:element name="entry" type="uml:Activity"/>
<xsd:element name="exit" type="uml:Activity"/>
<xsd:element name="doActivity" type="uml:Activity"/>
<xsd:element name="stateInvariant" type="uml:Constraint"/>
</xsd:choice>
<xsd:attribute name="isLeaf" type="xsd:string"/>
<xsd:attribute name="outgoing" type="xsd:string"/>
<xsd:attribute name="incoming" type="xsd:string"/>
<xsd:attribute name="submachine" type="xsd:string"/>
<xsd:attribute name="redefinedState" type="xsd:string"/>
<xsd:attribute name="deferrableTrigger" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 6/16)
deferrableTrigger
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="deferrableTrigger" type="xsd:string"/>

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"/>

isLeaf
Type:
xsd:string, predefined
Use:
optional
Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement. Default value is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isLeaf" 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"/>

redefinedState
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="redefinedState" type="xsd:string"/>

submachine
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="submachine" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 11/21)
connection
Type:
XML Source (see within schema source)
<xsd:element name="connection" type="uml:ConnectionPointReference"/>

deferrableTrigger
Type:
uml:Trigger, complex content
XML Source (see within schema source)
<xsd:element name="deferrableTrigger" type="uml:Trigger"/>

doActivity
Type:
uml:Activity, complex content
XML Source (see within schema source)
<xsd:element name="doActivity" type="uml:Activity"/>

entry
Type:
uml:Activity, complex content
XML Source (see within schema source)
<xsd:element name="entry" type="uml:Activity"/>

exit
Type:
uml:Activity, complex content
XML Source (see within schema source)
<xsd:element name="exit" type="uml:Activity"/>

incoming
Type:
uml:Transition, complex content
Specifies the transitions entering this vertex.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="incoming" type="uml:Transition"/>

outgoing
Type:
uml:Transition, complex content
Specifies the transitions departing from this vertex.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="outgoing" type="uml:Transition"/>

redefinedState
Type:
uml:State, complex content
XML Source (see within schema source)
<xsd:element name="redefinedState" type="uml:State"/>

region
Type:
uml:Region, complex content
XML Source (see within schema source)
<xsd:element name="region" type="uml:Region"/>

stateInvariant
Type:
uml:Constraint, complex content
XML Source (see within schema source)
<xsd:element name="stateInvariant" type="uml:Constraint"/>

submachine
Type:
uml:StateMachine, complex content
XML Source (see within schema source)
<xsd:element name="submachine" type="uml:StateMachine"/>

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.