simpleType "uml:PseudostateKind"
Namespace:
Defined:
globally in UML2XMI.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NCName
Simple Content Restrictions:
Enumeration:
"initial", "deepHistory", "shallowHistory", "join", "fork", "junction", "choice", "entryPoint", "exitPoint", "terminate"

All Direct / Indirect Based Attributes (1):
uml:Pseudostate/@kind
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:NCName (restriction)
  uml:PseudostateKind
Derivation:
restriction of xsd:NCName
Facets:
enumeration:
"initial", "deepHistory", "shallowHistory", "join", "fork", "junction", "choice", "entryPoint", "exitPoint", "terminate"
XML Source (see within schema source)
<xsd:simpleType name="PseudostateKind">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="initial"/>
<xsd:enumeration value="deepHistory"/>
<xsd:enumeration value="shallowHistory"/>
<xsd:enumeration value="join"/>
<xsd:enumeration value="fork"/>
<xsd:enumeration value="junction"/>
<xsd:enumeration value="choice"/>
<xsd:enumeration value="entryPoint"/>
<xsd:enumeration value="exitPoint"/>
<xsd:enumeration value="terminate"/>
</xsd:restriction>
</xsd:simpleType>

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.