<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> |