input

Five input elements are needed to define an
edge, one for referencing the curve, two for
referencing the two vertices, one for the
orientation of the first vertex (the second
is the opposite of the first) and one for
the parametric values of the curve.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
offset uint_type required
The offset attribute represents the offset into the list of indices.  If two input elements share 
the same offset, they will be indexed the same.  This works as a simple form of compression for the 
list of indices as well as defining the order the inputs should be used in.  Required attribute.
semantic xs:NMTOKEN required
The semantic attribute is the user-defined meaning of the input connection. Required attribute.
set uint_type optional
The set attribute indicates which inputs should be grouped together as a single set. This is helpful 
when multiple inputs share the same semantics.
source urifragment_type required
The source attribute indicates the location of the data source. Required attribute.

Source

<xs:element name="input" type="input_local_offset_type" minOccurs="4" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex (the second is the opposite of the first) and one for the parametric values of the curve.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample