simpleType "uml:TransitionKind"
Namespace:
Defined:
globally in UML2XMI.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NCName
Simple Content Restrictions:
Enumeration:
"internal", "local", "external"

All Direct / Indirect Based Attributes (1):
uml:Transition/@kind
Known Usage Locations
Annotation
TransitionKind is an enumeration of the following literal values: • external • internal • local
Type Definition Detail
Type Derivation Tree
xsd:NCName (restriction)
  uml:TransitionKind
Derivation:
restriction of xsd:NCName
Facets:
enumeration:
"internal", "local", "external"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="TransitionKind">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="internal"/>
<xsd:enumeration value="local"/>
<xsd:enumeration value="external"/>
</xsd:restriction>
</xsd:simpleType>

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.