Showing:

Annotations
Diagrams
Facets
Source
Simple Type positive-decimal
Namespace No namespace
Annotations
The positive-decimal type specifies a positive decimal value.
Diagram
Diagram
Type restriction of xs:decimal
Facets
minExclusive 0
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd