namespace | http://base.api.ec.n2.tibco.com | ||||||||||||||||
type | restriction of xs:string | ||||||||||||||||
properties |
|
||||||||||||||||
used by |
|
||||||||||||||||
facets |
|
||||||||||||||||
annotation |
|
||||||||||||||||
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><Default> 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> |