polygons

Collection of polygons defining the polyhedron.

Element Information

Model

Children: polygon

Source

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

Sample