simpleType "uml:ParameterDirectionKind"
Namespace:
Defined:
globally in UML2XMI.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NCName
Simple Content Restrictions:
Enumeration:
"in", "inout", "out", "return"

All Direct / Indirect Based Attributes (1):
uml:Parameter/@direction
Known Usage Locations
Annotation
ParameterDirectionKind is an enumeration of the following literal values: • in Indicates that parameter values are passed into the behavioral element by the caller. • inout Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element. • out Indicates that parameter values are passed from a behavioral element out to the caller. • return Indicates that parameter values are passed as return values from a behavioral element back to the caller.
Type Definition Detail
Type Derivation Tree
xsd:NCName (restriction)
  uml:ParameterDirectionKind
Derivation:
restriction of xsd:NCName
Facets:
enumeration:
"in", "inout", "out", "return"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="ParameterDirectionKind">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="in"/>
<xsd:enumeration value="inout"/>
<xsd:enumeration value="out"/>
<xsd:enumeration value="return"/>
</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.