You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: percent

Simple Type: percent

Description

The percent type specifies a percentage from 0 to 100.

Derived By

Restricting xs:decimal

Restrictions
  • The value must be greater than or equal to 0.

  • The value must be less than or equal to 100.

Referenced By
Definition
<xs:simpleType name="percent">
  <xs:annotation>
    <xs:documentation>The percent type specifies a percentage from 0 to 100.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="0" />
    <xs:maxInclusive value="100" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301