| namespace | http://api.de.n2.tibco.com | |||||||||||||||||||||||||||||||||
| type | restriction of xs:NCName | |||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||||||||||||
| source | <xs:simpleType name="XmlParameterType"> <xs:annotation> <xs:documentation>Enumerated value identifying the type of a parameter descriptor, indicating the type of value it may hold. </xs:documentation> </xs:annotation> <xs:restriction base="xs:NCName"> <xs:enumeration value="String"/> <xs:enumeration value="Decimal"/> <xs:enumeration value="Integer"/> <xs:enumeration value="Boolean"/> <xs:enumeration value="DateTime"/> <xs:enumeration value="Date"/> <xs:enumeration value="Time"/> <xs:enumeration value="Enum"/> <xs:enumeration value="EnumSet"/> <xs:enumeration value="Set"/> </xs:restriction> </xs:simpleType> |