Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type comma-separated-integer
Namespace No namespace
Annotations
The comma-separated-integer type is used to specify a comma-separated list of positive integers without leading zeros, as is used for the number attribute of the ending element.
Diagram
Diagram
Type restriction of xs:token
Facets
pattern [1-9][0-9]*(, ?[1-9][0-9]*)*
Used by
Attribute ending/@number
Source
<xs:simpleType name="comma-separated-integer">
  <xs:annotation>
    <xs:documentation>The comma-separated-integer type is used to specify a comma-separated list of positive integers without leading zeros, as is used for the number attribute of the ending element.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:pattern value="[1-9][0-9]*(, ?[1-9][0-9]*)*"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd