<xs:element name="Definition">
<xs:annotation>
<xs:documentation>The collection of faces and points that defined the surface.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Pnts" />
<xs:element ref="Faces" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="surfType" type="surfTypeEnum" use="required" />
<xs:attribute name="area2DSurf" type="xs:double" />
<xs:attribute name="area3DSurf" type="xs:double" />
<xs:attribute name="elevMax" type="xs:double" />
<xs:attribute name="elevMin" type="xs:double" />
</xs:complexType>
</xs:element>
|