targets

The targets element declares the morph targets, their weights and any user defined attributes 
associated with them.

Element Information

Model

Children: extra, input

Source

<xs:element name="targets">
  <xs:annotation>
    <xs:documentation>The targets element declares the morph targets, their weights and any user defined attributes associated with them.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="input" type="input_local_type" minOccurs="2" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The input element must occur at least twice. These inputs are local inputs.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="extra" type="extra_type" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The extra element may appear any number of times.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample