The collection of contours that were used to define the surface.
XSD Schema Diagram:
XSD Schema Code:
<xs:element name="Contours">
<xs:annotation>
<xs:documentation>The collection of contours that were used to define the surface.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Contour" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>