source

The source elements define the access of the
elements vertices, edges and faces to their
geometric entities. At least one source
element is needed for the vertices. If there
are edges a second source element is needed
for accessing the curves in the curve
element by an IDREF_array. If there are
faces the third source element is needed for
accessing the surfaces in the surface
element by an IDREF_array.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID required
The id attribute is a text string containing the unique identifier of this element. 
This value must be unique within the instance document. Required attribute.
name xs:token optional
The name attribute is the text string name of this element. Optional attribute.

Source

<xs:element name="source" type="source_type" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The source elements define the access of the elements vertices, edges and faces to their geometric entities. At least one source element is needed for the vertices. If there are edges a second source element is needed for accessing the curves in the curve element by an IDREF_array. If there are faces the third source element is needed for accessing the surfaces in the surface element by an IDREF_array.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample