Documentation for ATIS-Draft-03-00-79

Simple Type: AmenitiesList

[Table of contents]

Super-types: None
Sub-types: None
Name AmenitiesList
Used by (from the same schema document) Complex Type Segment , Complex Type Segment , Complex Type Segment , Complex Type TripConstraints , Complex Type TripConstraints , Complex Type TripPreferences
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 90
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'unknown'|'notCompliant'|'fullyCompliant'|'mobilityChallengedAccess'|'visuallyImpairedAccess'|'hearingImpairedAccess'|'mobility VisuallyImpairedAccess'|'visually HearingImpairedAccess'|'mobility MobilityImpairedAccess'|'automated teller machine'|'bank'|'bar'|'bench'|'bike rack'|'camping'|'change'|'check luggage'|'concessions'|'elevator'|'escalator'|'fire dept'|'first aid'|'food service'|'gate agent'|'entertainment'|'hotel'|'information'|'information monitor'|'internet access'|'kiosk'|'lighting'|'map'|'medical care'|'newsstand'|'park'|'parking'|'pet walking area'|'point of sale'|'police'|'potable water'|'picnic tables'|'restrooms'|'rest stop'|'safety zone'|'security'|'service status sign'|'shelter'|'ski rack'|'smoking area'|'surfboard rack'|'surveillance'|'telephone'|'television'|'tdd'|'ticket sales'|'toll booth'|'translator'|'vending machine'|'wheelchair facilities'}
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Documentation values to 127 reserved for std use values 128 to 255 reserved for local use
Application Data unknown (0) notCompliant (1) fullyCompliant (2) mobilityChallengedAccess (3) visuallyImpairedAccess (4) hearingImpairedAccess (5) mobility VisuallyImpairedAccess (6) visually HearingImpairedAccess (7) mobility MobilityImpairedAccess (8) -- Values 1-40 reserved for Americans with Disabilities Act -- with values 9-40 reserved for ADA future growth automated teller machine (41) bank (42) bar (43) bench (44) bike rack (45) camping (46) change (47) check luggage (48) concessions (49) elevator (50) escalator (51) fire dept (52) first aid (53) food service (54) gate agent (55) entertainment (56) hotel (57) information (58) information monitor (59) internet access (60) kiosk (61) lighting (62) map (63) medical care (64) newsstand (65) park (66) parking (67) pet walking area (68) point of sale (69) police (70) potable water (71) picnic tables (72) restrooms (73) rest stop (74) safety zone (75) security (76) service status sign (77) shelter (78) ski rack (79) smoking area (80) surfboard rack (81) surveillance (82) -- CCTV camera telephone (83) television (84) tdd (85) -- telephone for hearing impaired ticket sales (86) toll booth (87) translator (88) vending machine (89) wheelchair facilities (90)
Diagram
h-98584080
Schema Component Representation
<xs:simpleType name="AmenitiesList">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="90"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="unknown"/>
<xs:enumeration value="notCompliant"/>
<xs:enumeration value="fullyCompliant"/>
<xs:enumeration value="mobilityChallengedAccess"/>
<xs:enumeration value="visuallyImpairedAccess"/>
<xs:enumeration value="hearingImpairedAccess"/>
<xs:enumeration value="mobility VisuallyImpairedAccess"/>
<xs:enumeration value="visually HearingImpairedAccess"/>
<xs:enumeration value="mobility MobilityImpairedAccess"/>
<xs:enumeration value="automated teller machine"/>
<xs:enumeration value="bank"/>
<xs:enumeration value="bar"/>
<xs:enumeration value="bench"/>
<xs:enumeration value="bike rack"/>
<xs:enumeration value="camping"/>
<xs:enumeration value="change"/>
<xs:enumeration value="check luggage"/>
<xs:enumeration value="concessions"/>
<xs:enumeration value="elevator"/>
<xs:enumeration value="escalator"/>
<xs:enumeration value="fire dept"/>
<xs:enumeration value="first aid"/>
<xs:enumeration value="food service"/>
<xs:enumeration value="gate agent"/>
<xs:enumeration value="entertainment"/>
<xs:enumeration value="hotel"/>
<xs:enumeration value="information"/>
<xs:enumeration value="information monitor"/>
<xs:enumeration value="internet access"/>
<xs:enumeration value="kiosk"/>
<xs:enumeration value="lighting"/>
<xs:enumeration value="map"/>
<xs:enumeration value="medical care"/>
<xs:enumeration value="newsstand"/>
<xs:enumeration value="park"/>
<xs:enumeration value="parking"/>
<xs:enumeration value="pet walking area"/>
<xs:enumeration value="point of sale"/>
<xs:enumeration value="police"/>
<xs:enumeration value="potable water"/>
<xs:enumeration value="picnic tables"/>
<xs:enumeration value="restrooms"/>
<xs:enumeration value="rest stop"/>
<xs:enumeration value="safety zone"/>
<xs:enumeration value="security"/>
<xs:enumeration value="service status sign"/>
<xs:enumeration value="shelter"/>
<xs:enumeration value="ski rack"/>
<xs:enumeration value="smoking area"/>
<xs:enumeration value="surfboard rack"/>
<xs:enumeration value="surveillance"/>
<xs:enumeration value="telephone"/>
<xs:enumeration value="television"/>
<xs:enumeration value="tdd"/>
<xs:enumeration value="ticket sales"/>
<xs:enumeration value="toll booth"/>
<xs:enumeration value="translator"/>
<xs:enumeration value="vending machine"/>
<xs:enumeration value="wheelchair facilities"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:AmenitiesList "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>