Description
The measure-layout type includes the horizontal distance from the previous measure.
Derived By
Restricting xs:anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
1..1 |
|
|
measure-distance |
tenths |
0..1 |
|
The measure-distance element specifies the horizontal distance from the previous measure. This value is only used for systems where there is horizontal whitespace in the middle of a system, as in systems with codas. To specify the measure width, use the width attribute of the measure element.
|
|
|
|
|
|
Referenced By
Definition
<xs:complexType name="measure-layout">
<xs:annotation>
<xs:documentation>The measure-layout type includes the horizontal distance from the previous measure.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="measure-distance" type="tenths" minOccurs="0">
<xs:annotation>
<xs:documentation>The measure-distance element specifies the horizontal distance from the previous measure. This value is only used for systems where there is horizontal whitespace in the middle of a system, as in systems with codas. To specify the measure width, use the width attribute of the measure element.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>