simpleType XmlParameterType
namespace http://api.de.n2.tibco.com
type restriction of xs:NCName
properties
base xs:NCName
used by
attributes XmlResourceAttributeValue/@type XmlOrgAttribute/@type XmlQualifierDescriptor/@type XmlLdapAttribute/@type
facets
Kind Value Annotation
enumeration String
enumeration Decimal
enumeration Integer
enumeration Boolean
enumeration DateTime
enumeration Date
enumeration Time
enumeration Enum
enumeration EnumSet
enumeration Set
annotation
documentation
Enumerated value identifying the type of a parameter descriptor, indicating the type of value it may hold.
     
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>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy