Enumeration ParameterType

Allowed data types for parameters defined in a parameter declaration.

Used in:
ParameterDeclaration
Enumeration Literals
Name Applied Stereotypes Description
boolean Boolean.
dateTime DateTime.
double Double.
integer Integer.
string String.
unsignedInt UnsignedInt.
unsignedShort UnsignedShort.

XSD 1.1 Representation


<xsd:simpleType name="ParameterType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="boolean"/>
<xsd:enumeration value="dateTime"/>
<xsd:enumeration value="double"/>
<xsd:enumeration value="integer"/>
<xsd:enumeration value="string"/>
<xsd:enumeration value="unsignedInt"/>
<xsd:enumeration value="unsignedShort"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

To XSD