<xs:simpleType name="purposeType">
<xs:annotation>
<xs:documentation>Used by many of the Survey elements</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="normal" />
<xs:enumeration value="check" />
<xs:enumeration value="backsight" />
<xs:enumeration value="foresight" />
<xs:enumeration value="traverse" />
<xs:enumeration value="sideshot" />
<xs:enumeration value="resection" />
<xs:enumeration value="levelLoop" />
<xs:enumeration value="digitalLevel" />
<xs:enumeration value="remoteElevation" />
<xs:enumeration value="recipricalObservation" />
<xs:enumeration value="topo" />
<xs:enumeration value="cutSheets" />
<xs:enumeration value="asbuilt" />
</xs:restriction>
</xs:simpleType>
|