Description
The time-relation type indicates the symbol used to represent the interchangeable aspect of dual time signatures.
Derived By
Restricting xs:string
Enumeration
| Value |
Description |
| parentheses |
|
| bracket |
|
| equals |
|
| slash |
|
| space |
|
| hyphen |
|
Referenced By
Definition
<xs:simpleType name="time-relation">
<xs:annotation>
<xs:documentation>The time-relation type indicates the symbol used to represent the interchangeable aspect of dual time signatures.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="parentheses" />
<xs:enumeration value="bracket" />
<xs:enumeration value="equals" />
<xs:enumeration value="slash" />
<xs:enumeration value="space" />
<xs:enumeration value="hyphen" />
</xs:restriction>
</xs:simpleType>