Documentation for ATIS-Draft-03-00-79

Simple Type: SP-InteriorFeatureType

[Table of contents]

Super-types: None
Sub-types: None
Name SP-InteriorFeatureType
Used by (from the same schema document) Complex Type SPInteriorFeature
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 27
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'stairway'|'escalator'|'ramp'|'elevator'|'restaurant'|'concession'|'vending machine'|'ticket vending machine'|'ticket window'|'info booth'|'kiosk'|'door'|'window'|'platform'|'customer info system'|'fountain'|'stoppoint'|'entrance'|'emergency exit'|'hallway'|'concourse'|'office'|'waiting room'|'art sculpture'|'art mosaic'|'art other'|'pay phones'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
Application Data stairway (1) escalator (2) ramp (3) elevator (4) restaurant (5) concession (6) vending machine (7) ticket vending machine (8) ticket window (9) info booth (10) kiosk (11) door (12) window (13) platform (14) customer info system (15) fountain (16) stoppoint (17) entrance (18) emergency exit (19) hallway (20) concourse (21) office (22) waiting room (23) art sculpture (24) art mosaic (25) art other (26) pay phones (27) -- values 28-128 reserved -- values 129-255 local use
Diagram
h1535776405
Schema Component Representation
<xs:simpleType name="SP-InteriorFeatureType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="27"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="stairway"/>
<xs:enumeration value="escalator"/>
<xs:enumeration value="ramp"/>
<xs:enumeration value="elevator"/>
<xs:enumeration value="restaurant"/>
<xs:enumeration value="concession"/>
<xs:enumeration value="vending machine"/>
<xs:enumeration value="ticket vending machine"/>
<xs:enumeration value="ticket window"/>
<xs:enumeration value="info booth"/>
<xs:enumeration value="kiosk"/>
<xs:enumeration value="door"/>
<xs:enumeration value="window"/>
<xs:enumeration value="platform"/>
<xs:enumeration value="customer info system"/>
<xs:enumeration value="fountain"/>
<xs:enumeration value="stoppoint"/>
<xs:enumeration value="entrance"/>
<xs:enumeration value="emergency exit"/>
<xs:enumeration value="hallway"/>
<xs:enumeration value="concourse"/>
<xs:enumeration value="office"/>
<xs:enumeration value="waiting room"/>
<xs:enumeration value="art sculpture"/>
<xs:enumeration value="art mosaic"/>
<xs:enumeration value="art other"/>
<xs:enumeration value="pay phones"/>
</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:SP-InteriorFeatureType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>