<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>
|