You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: positive-decimal

Simple Type: positive-decimal

Description

The positive-decimal type specifies a positive decimal value.

Derived By

Restricting xs:decimal

Restrictions
  • The value must be greater than 0.

Definition
<xs:simpleType name="positive-decimal">
  <xs:annotation>
    <xs:documentation>The positive-decimal type specifies a positive decimal value.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minExclusive value="0" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301