Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type yyyy-mm-dd
Namespace No namespace
Annotations
Calendar dates are represented yyyy-mm-dd format, following ISO 8601. This is a W3C XML Schema date type, but without the optional timezone data.
Diagram
Diagram
Type restriction of xs:date
Facets
pattern [^:Z]*
Used by
Source
<xs:simpleType name="yyyy-mm-dd">
  <xs:annotation>
    <xs:documentation>Calendar dates are represented yyyy-mm-dd format, following ISO 8601. This is a W3C XML Schema date type, but without the optional timezone data.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:date">
    <xs:pattern value="[^:Z]*"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd