simpleType surveyRoleType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attributes Chain/@role PointType/@role PointType3dReq/@role
facets
enumeration measured
enumeration to stake out
enumeration staked out
enumeration calculated
enumeration assistance point
enumeration user entered point
enumeration control point
source <xs:simpleType name="surveyRoleType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="measured"/>
   
<xs:enumeration value="to stake out"/>
   
<xs:enumeration value="staked out"/>
   
<xs:enumeration value="calculated"/>
   
<xs:enumeration value="assistance point"/>
   
<xs:enumeration value="user entered point"/>
   
<xs:enumeration value="control point"/>
 
</xs:restriction>
</xs:simpleType>


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