namespace | http://www.LRMS-Adopted-02-00-00 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, ExtendedPointType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="PointType"> <xs:annotation> <xs:appinfo> 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 </xs:appinfo> </xs:annotation> <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> |