simpleType AttributeType
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration DATE
enumeration INT
enumeration STRING
enumeration BOOLEAN
enumeration LONG
enumeration DOUBLE
enumeration BIGDECIMAL
enumeration BIGINTEGER
annotation
documentation
Enumerated value defining the AttributeTypes for specific AttributeDefinitions. One of: DATE, INT, STRING, BOOLEAN, LONG or DOUBLE.
source <xs:simpleType name="AttributeType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the AttributeTypes for specific AttributeDefinitions. One of: DATE, INT, STRING, BOOLEAN, LONG or DOUBLE.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DATE"/>
   
<xs:enumeration value="INT"/>
   
<xs:enumeration value="STRING"/>
   
<xs:enumeration value="BOOLEAN"/>
   
<xs:enumeration value="LONG"/>
   
<xs:enumeration value="DOUBLE"/>
   
<xs:enumeration value="BIGDECIMAL"/>
   
<xs:enumeration value="BIGINTEGER"/>
 
</xs:restriction>
</xs:simpleType>

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