simpleType "uml:ExpansionKind"
Namespace:
Defined:
globally in UML2XMI.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NCName
Simple Content Restrictions:
Enumeration:
"parallel", "iterative", "stream"

All Direct / Indirect Based Attributes (1):
uml:ExpansionRegion/@mode
Known Usage Locations
Annotation
(ExtraStructuredActivities) ExpansionKind is an enumeration type used to specify how multiple executions of an expansion region interact.
Type Definition Detail
Type Derivation Tree
xsd:NCName (restriction)
  uml:ExpansionKind
Derivation:
restriction of xsd:NCName
Facets:
enumeration:
"parallel", "iterative", "stream"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="ExpansionKind">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="parallel"/>
<xsd:enumeration value="iterative"/>
<xsd:enumeration value="stream"/>
</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.