namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||
type | restriction of xs:string | ||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |