feature

The feature type is a part of the grouping element used for musical analysis. The type attribute represents the type of the feature and the element content represents its value. This type is flexible to allow for different analyses.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type xs:token optional

Used By

Source

<xs:complexType name="feature">
  <xs:annotation>
    <xs:documentation>The feature type is a part of the grouping element used for musical analysis. The type attribute represents the type of the feature and the element content represents its value. This type is flexible to allow for different analyses.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="type" type="xs:token"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>