Documentation for ATIS-Draft-03-00-79

Simple Type: PI-LandmarkType

[Table of contents]

Super-types: None
Sub-types: None
Name PI-LandmarkType
Used by (from the same schema document) Complex Type PiLandmarksList , Complex Type PiLandmarksListSub , Complex Type PILandmark , Complex Type SPFeature , Complex Type SPGISLayer
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 56
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'airport'|'amusementPark'|'bank'|'beach'|'bodyOfWater'|'bridgeOverpass'|'busStation'|'campground'|'capitalBuilding'|'casino'|'cemetery'|'church'|'collegeUniversity'|'conventionCenter'|'countySeat'|'courthouse'|'dam'|'gasStation'|'golfCourse'|'governmentBuilding'|'historicalSite'|'hospital'|'hotelMotel'|'indigineousReserve'|'intermodalStation'|'landfill'|'library'|'lighthouse'|'marina'|'militaryFacility'|'monument'|'museum'|'observatory'|'officeBuilding'|'operaHouse'|'park'|'parkAndRide'|'parkingFacility'|'port'|'residence'|'resort'|'restaurant'|'school'|'shoppingCenter'|'sportsArena'|'swampWetland'|'theater'|'trainStation'|'trolleyStation'|'tunnel'|'volcano'|'waterfall'|'zoo'|'otherLandmark'|'movieTheater'|'concertHall'}
    • 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 airport (1) amusementPark (2) bank (3) beach (4) bodyOfWater (5) bridgeOverpass (6) busStation (7) campground (8) capitalBuilding (9) casino (10) cemetery (11) church (12) collegeUniversity (13) conventionCenter (14) countySeat (15) courthouse (16) dam (17) gasStation (18) golfCourse (19) governmentBuilding (20) historicalSite (21) hospital (22) hotelMotel (23) indigineousReserve (24) intermodalStation (25) landfill (26) library (27) lighthouse (28) marina (29) militaryFacility (30) monument (31) museum (32) observatory (33) officeBuilding (34) operaHouse (35) park (36) parkAndRide (37) parkingFacility (38) port (39) residence (40) resort (41) restaurant (42) school (43) shoppingCenter (44) sportsArena (45) swampWetland (46) theater (47) trainStation (48) trolleyStation (49) tunnel (50) volcano (51) waterfall (52) zoo (53) otherLandmark (54) movieTheater (55) concertHall (56) -- 57-127 reserved -- 128-255 local use
Diagram
h-1056067839
Schema Component Representation
<xs:simpleType name="PI-LandmarkType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="56"/>
</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="busStation"/>
<xs:enumeration value="campground"/>
<xs:enumeration value="capitalBuilding"/>
<xs:enumeration value="casino"/>
<xs:enumeration value="cemetery"/>
<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="gasStation"/>
<xs:enumeration value="golfCourse"/>
<xs:enumeration value="governmentBuilding"/>
<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="parkAndRide"/>
<xs:enumeration value="parkingFacility"/>
<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="volcano"/>
<xs:enumeration value="waterfall"/>
<xs:enumeration value="zoo"/>
<xs:enumeration value="otherLandmark"/>
<xs:enumeration value="movieTheater"/>
<xs:enumeration value="concertHall"/>
</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:PI-LandmarkType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>