simpleType surveyType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute SurveyHeader/@type
facets
enumeration compiled
enumeration computed
enumeration surveyed
annotation
documentation
This enumeration indicates whether the survey was acutally performed in the field, compiled from a series of existing surveys, or simply computed using known observations and maths
source <xs:simpleType name="surveyType">
 
<xs:annotation>
   
<xs:documentation>This enumeration indicates whether the survey was acutally performed in the field, compiled from a series of existing surveys, or simply computed using known observations and maths</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="compiled"/>
   
<xs:enumeration value="computed"/>
   
<xs:enumeration value="surveyed"/>
 
</xs:restriction>
</xs:simpleType>


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