simpleType Version
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
elements RequiredExtendedDataOptions/version ReportOptions/version QueryOptions/version
facets
Kind Value Annotation
enumeration 2.2
documentation
<Default> 2.2 version of the API.
enumeration 3.0
documentation
3.0 version of the API.  Introduces the following:
- All BaseEntryAttribute derived entities (such as IntegerEntryAttribute) can now return multiple "value" entities if the source Attribute is an array type
- BaseEntryAttribute can return a label for an Attribute if one has been defined
enumeration 4.1
annotation
documentation
Determine the version of the API to respond with.  See individual entities for more information
source <xs:simpleType name="Version">
 
<xs:annotation>
   
<xs:documentation>Determine the version of the API to respond with.  See individual entities for more information</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="2.2">
     
<xs:annotation>
       
<xs:documentation>&lt;Default&gt; 2.2 version of the API.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3.0">
     
<xs:annotation>
       
<xs:documentation>3.0 version of the API.  Introduces the following:
- All BaseEntryAttribute derived entities (such as IntegerEntryAttribute) can now return multiple "value" entities if the source Attribute is an array type
- BaseEntryAttribute can return a label for an Attribute if one has been defined
</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4.1"/>
 
</xs:restriction>
</xs:simpleType>


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