Showing:

Annotations
Diagrams
Source
Used by
Simple Type positive-integer-or-empty
Namespace No namespace
Annotations
The number-or-normal values can be either a positive integer or an empty string. This is used for the content of the ensemble element.
Diagram
Diagram
Type union of(xs:positiveInteger, restriction of xs:string)
Used by
Complex Types measure-repeat, multiple-rest
Source
<xs:simpleType name="positive-integer-or-empty">
  <xs:annotation>
    <xs:documentation>The number-or-normal values can be either a positive integer or an empty string. This is used for the content of the ensemble element.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:positiveInteger">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value=""/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd