namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-SCObjectType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-SCObjectType"> <xs:annotation> <xs:appinfo> directory index (1) transit app profile (2) picc holder profile (3) product index (4) product object (5) add value history (6) transaction history (7) security key set (8) -- 100-150 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="directory index"/> <xs:enumeration value="transit app profile"/> <xs:enumeration value="picc holder profile"/> <xs:enumeration value="product index"/> <xs:enumeration value="product object"/> <xs:enumeration value="add value history"/> <xs:enumeration value="transaction history"/> <xs:enumeration value="security key set"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:FC-SCObjectType"/> </xs:simpleType> </xs:union> </xs:simpleType> |