simpleType surfFaceType
namespace http://www.landxml.org/schema/LandXML-1.2
type list of xs:positiveInteger
annotation
documentation
Represents a face on a 3D surface by referencing points from the Pnts collection"
documentation
The number of poitns are determined by the surfType attrinute: 3 for TIN, 4 for grid
documentation
Note: TIN is the acronym for "triangulated irregular network"
documentation
The point references are stored as a space delimited text value in the form of "id id id"
documentation
Example, "62 68 44" for TIN, ""62 68 44 71" for Grid
source <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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy