Documentation for ATIS-Draft-03-00-79

Simple Type: PointType

[Table of contents]

Super-types: None
Sub-types: None
Name PointType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 250
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'airport'|'amusementPark'|'bank'|'beach'|'bodyOfWater'|'bridgeOverpass'|'businessDistrict'|'busStation'|'campground'|'capitalBuilding'|'casino'|'cemetary'|'church'|'collegeUniversity'|'conventionCenter'|'countySeat'|'courthouse'|'dam'|'employmentCenter'|'fairground'|'fareOutlet'|'gasStation'|'golfCourse'|'governmentBuilding'|'groceryStore'|'historicalSite'|'hospital'|'hotelMotel'|'indigineousReserve'|'intermodalStation'|'landfill'|'library'|'lighthouse'|'marina'|'militaryFacility'|'monument'|'museum'|'observatory'|'officeBuilding'|'operaHouse'|'park'|'parkAndPool'|'parkAndRide'|'parkingFacility'|'pier'|'port'|'residence'|'resort'|'restaurant'|'school'|'shoppingCenter'|'sportsArena'|'swampWetland'|'theater'|'trainStation'|'trolleyStation'|'tunnel'|'tunnelStation'|'volcano'|'watertfall'|'winery'|'zoo'|'otherLandmark'}
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data airport (1) amusementPark (2) bank (3) beach (4) bodyOfWater (5) bridgeOverpass (6) businessDistrict (7) busStation (8) campground (9) capitalBuilding (10) casino (11) cemetary (12) church (13) collegeUniversity (14) conventionCenter (15) countySeat (16) courthouse (17) dam (18) employmentCenter (19) fairground (20) fareOutlet (21) gasStation (22) golfCourse (23) governmentBuilding (24) groceryStore (25) historicalSite (26) hospital (27) hotelMotel (28) indigineousReserve (29) intermodalStation (30) landfill (31) library (32) lighthouse (33) marina (34) militaryFacility (35) monument (36) museum (37) observatory (38) officeBuilding (39) operaHouse (40) park (41) parkAndPool (42) parkAndRide (43) parkingFacility (44) pier (45) port (46) residence (47) resort (48) restaurant (49) school (50) shoppingCenter (51) sportsArena (52) swampWetland (53) theater (54) trainStation (55) trolleyStation (56) tunnel (57) tunnelStation (58) volcano (59) watertfall (60) winery (61) zoo (62) -- 63-150 reserved -- 151-200 local use -- 201-249 reserved otherLandmark (250) -- 251-255 reserved
Diagram
h561164748
Schema Component Representation
<xs:simpleType name="PointType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="250"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="airport"/>
<xs:enumeration value="amusementPark"/>
<xs:enumeration value="bank"/>
<xs:enumeration value="beach"/>
<xs:enumeration value="bodyOfWater"/>
<xs:enumeration value="bridgeOverpass"/>
<xs:enumeration value="businessDistrict"/>
<xs:enumeration value="busStation"/>
<xs:enumeration value="campground"/>
<xs:enumeration value="capitalBuilding"/>
<xs:enumeration value="casino"/>
<xs:enumeration value="cemetary"/>
<xs:enumeration value="church"/>
<xs:enumeration value="collegeUniversity"/>
<xs:enumeration value="conventionCenter"/>
<xs:enumeration value="countySeat"/>
<xs:enumeration value="courthouse"/>
<xs:enumeration value="dam"/>
<xs:enumeration value="employmentCenter"/>
<xs:enumeration value="fairground"/>
<xs:enumeration value="fareOutlet"/>
<xs:enumeration value="gasStation"/>
<xs:enumeration value="golfCourse"/>
<xs:enumeration value="governmentBuilding"/>
<xs:enumeration value="groceryStore"/>
<xs:enumeration value="historicalSite"/>
<xs:enumeration value="hospital"/>
<xs:enumeration value="hotelMotel"/>
<xs:enumeration value="indigineousReserve"/>
<xs:enumeration value="intermodalStation"/>
<xs:enumeration value="landfill"/>
<xs:enumeration value="library"/>
<xs:enumeration value="lighthouse"/>
<xs:enumeration value="marina"/>
<xs:enumeration value="militaryFacility"/>
<xs:enumeration value="monument"/>
<xs:enumeration value="museum"/>
<xs:enumeration value="observatory"/>
<xs:enumeration value="officeBuilding"/>
<xs:enumeration value="operaHouse"/>
<xs:enumeration value="park"/>
<xs:enumeration value="parkAndPool"/>
<xs:enumeration value="parkAndRide"/>
<xs:enumeration value="parkingFacility"/>
<xs:enumeration value="pier"/>
<xs:enumeration value="port"/>
<xs:enumeration value="residence"/>
<xs:enumeration value="resort"/>
<xs:enumeration value="restaurant"/>
<xs:enumeration value="school"/>
<xs:enumeration value="shoppingCenter"/>
<xs:enumeration value="sportsArena"/>
<xs:enumeration value="swampWetland"/>
<xs:enumeration value="theater"/>
<xs:enumeration value="trainStation"/>
<xs:enumeration value="trolleyStation"/>
<xs:enumeration value="tunnel"/>
<xs:enumeration value="tunnelStation"/>
<xs:enumeration value="volcano"/>
<xs:enumeration value="watertfall"/>
<xs:enumeration value="winery"/>
<xs:enumeration value="zoo"/>
<xs:enumeration value="otherLandmark"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:ExtendedPointType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>