namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, CPT-PadType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="CPT-PadType"> <xs:annotation> <xs:appinfo> dirt (1) concreteWithNoWalk (2) -- no connection to a sidewalk concreteStructure (3) -- part of a structure concreteSidewalk (4) -- part of a sidewalk asphaltShoulder (5) -- shoulder of a road asphaltSeparte (6) -- separate from a road or sidewalk brick (7) wood (8) -- 9-127 reserved -- 128-255 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="dirt"/> <xs:enumeration value="concreteWithNoWalk"/> <xs:enumeration value="concreteStructure"/> <xs:enumeration value="concreteSidewalk"/> <xs:enumeration value="asphaltShoulder"/> <xs:enumeration value="asphaltSeparte"/> <xs:enumeration value="brick"/> <xs:enumeration value="wood"/> </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:CPT-PadType"/> </xs:simpleType> </xs:union> </xs:simpleType> |