namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||
type | restriction of xs:string | ||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="monumentCategory"> <xs:annotation> <xs:documentation>This indicates the category of a geodetic Monument</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="benchmark"/> <xs:enumeration value="central"/> <xs:enumeration value="reference"/> <xs:enumeration value="rural"/> <xs:enumeration value="standard traverse"/> <xs:enumeration value="urban standard traverse"/> </xs:restriction> </xs:simpleType> |