namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="surfTypeEnum"> <xs:annotation> <xs:documentation>TIN is the acronym for "triangulated irregular network", a surface comprised of 3 point faces</xs:documentation> <xs:documentation>grid is a surface comprised of 4 point faces.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="TIN"/> <xs:enumeration value="grid"/> </xs:restriction> </xs:simpleType> |