The non-negative-decimal type specifies a non-negative decimal value. |
Element | staff-details/staff-size |
Attributes | note/@dynamics, note/@end-dynamics, sound/@dynamics, sound/@tempo |
Complex Type | note-size |
<xs:simpleType name="non-negative-decimal"> <xs:annotation> <xs:documentation>The non-negative-decimal type specifies a non-negative decimal value.</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> |