simpleType "uml:ParameterEffectKind"
Namespace:
Defined:
globally in UML2XMI.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NCName
Simple Content Restrictions:
Enumeration:
"create", "read", "update", "delete"

All Direct / Indirect Based Attributes (1):
uml:Parameter/@effect
Known Usage Locations
Annotation
The datatype ParameterEffectKind is an enumeration that indicates the effect of a behavior on values passed in or out of its parameters (see “Parameter (as specialized)” on page 354).
Type Definition Detail
Type Derivation Tree
xsd:NCName (restriction)
  uml:ParameterEffectKind
Derivation:
restriction of xsd:NCName
Facets:
enumeration:
"create", "read", "update", "delete"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="ParameterEffectKind">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="create"/>
<xsd:enumeration value="read"/>
<xsd:enumeration value="update"/>
<xsd:enumeration value="delete"/>
</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.