You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: yyyy-mm-dd

Simple Type: yyyy-mm-dd

Description

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.

Derived By

Restricting xs:date

Restrictions
  • Value must match the following pattern: [^:Z]*

Referenced By
Definition
<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>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301