Definition Type: SimpleType
Name: surfTypeEnum
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Documentation:
TIN is the acronym for "triangulated irregular network", a surface comprised of 3 point faces grid is a surface comprised of 4 point faces.
Collapse XSD Schema Diagram:
XSD Diagram of surfTypeEnum in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration TIN
Enumeration grid
Collapse Derivation Tree:
Collapse References:
land:surfType