Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type percent
Namespace No namespace
Annotations
The percent type specifies a percentage from 0 to 100.
Diagram
Diagram
Type restriction of xs:decimal
Facets
maxInclusive 100
minInclusive 0
Used by
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd