simpleType monumentCategory
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Monument/@category
facets
enumeration benchmark
enumeration central
enumeration reference
enumeration rural
enumeration standard traverse
enumeration urban standard traverse
annotation
documentation
This indicates the category of a geodetic Monument
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy