Definition Type: SimpleType
Name: surfFaceType
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Documentation:
Represents a face on a 3D surface by referencing points from the Pnts collection" The number of poitns are determined by the surfType attrinute: 3 for TIN, 4 for grid Note: TIN is the acronym for "triangulated irregular network" The point references are stored as a space delimited text value in the form of "id id id" Example, "62 68 44" for TIN, ""62 68 44 71" for Grid
Collapse XSD Schema Diagram:
XSD Diagram of surfFaceType in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:simpleType name="surfFaceType">
    <xs:annotation>
        <xs:documentation>Represents a face on a 3D surface by referencing points from the Pnts collection"</xs:documentation>
        <xs:documentation>The number of poitns are determined by the surfType attrinute: 3 for TIN, 4 for grid</xs:documentation>
        <xs:documentation>Note: TIN is the acronym for "triangulated irregular network"</xs:documentation>
        <xs:documentation>The point references are stored as a space delimited text value in the form of "id id id"</xs:documentation>
        <xs:documentation>Example, "62 68 44" for TIN, ""62 68 44 71" for Grid</xs:documentation>
    </xs:annotation>
    <xs:list itemType="xs:positiveInteger" />
</xs:simpleType>