Description
The hole type represents the symbols used for woodwind and brass fingerings as well as other notations.
Derived By
Restricting xs:anyType
Attributes
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
1..1 |
|
|
hole-type |
xs:string |
0..1 |
|
The content of the optional hole-type element indicates what the hole symbol represents in terms of instrument fingering or other techniques.
|
hole-closed |
hole-closed |
1..1 |
|
The hole-closed type represents whether the hole is closed, open, or half-open. The optional location attribute indicates which portion of the hole is filled in when the element value is half.
|
hole-shape |
xs:string |
0..1 |
|
The optional hole-shape element indicates the shape of the hole symbol; the default is a circle.
|
|
|
|
|
|
Referenced By
Definition
<xs:complexType name="hole">
<xs:annotation>
<xs:documentation>The hole type represents the symbols used for woodwind and brass fingerings as well as other notations.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="hole-type" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The content of the optional hole-type element indicates what the hole symbol represents in terms of instrument fingering or other techniques.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="hole-closed" type="hole-closed">
<xsd:annotation>
<xsd:documentation>The hole-closed type represents whether the hole is closed, open, or half-open. The optional location attribute indicates which portion of the hole is filled in when the element value is half.</xsd:documentation>
</xsd:annotation>
</xs:element>
<xs:element name="hole-shape" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional hole-shape element indicates the shape of the hole symbol; the default is a circle.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="print-style" />
<xs:attributeGroup ref="placement" />
</xs:complexType>