Documentation for ATIS-Draft-03-00-79

Simple Type: FC-SCObjectType

[Table of contents]

Super-types: None
Sub-types: None
Name FC-SCObjectType
Used by (from the same schema document) Complex Type FCSCObjectRecord
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 8
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'directory index'|'transit app profile'|'picc holder profile'|'product index'|'product object'|'add value history'|'transaction history'|'security key set'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data 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
Diagram
h2076531092
Schema Component Representation
<xs:simpleType name="FC-SCObjectType">
<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>