polygons

The mesh element may contain any number of polygons elements.

Element Information

Model

input* , (p | ph) , extra*
Children: extra, input, p, ph

Attributes

QName Type Fixed Default Use Inheritable Annotation
count uint_type required
The count attribute indicates the number of polygon primitives. Required attribute.
material xs:NCName optional
The material attribute declares a symbol for a material. This symbol is bound to a material 
at the time of instantiation. If the material attribute is not specified then the lighting 
and shading results are application defined. Optional attribute.
name xs:token optional
The name attribute is the text string name of this element. Optional attribute.

Source

<xs:element name="polygons" type="polygons_type">
  <xs:annotation>
    <xs:documentation>The mesh element may contain any number of polygons elements.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample