Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type feature
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml73.tmp#id511
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
type xs:string optional
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:string"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute feature/@type
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Complex Type feature
Source
<xs:attribute name="type" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd