Collection of polygons defining the polyhedron. |
<xs:element name="polygons"> <xs:annotation> <xs:documentation>Collection of polygons defining the polyhedron.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="polygon" type="Polygon" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |