Definition Type: SimpleType
Name: surveyType
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
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
Collapse XSD Schema Diagram:
XSD Diagram of surveyType in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration compiled
Enumeration computed
Enumeration surveyed
Collapse Derivation Tree:
Collapse References:
land:type