simpleType Date
namespace http://fifa.com/fc
type restriction of xsd:date
properties
base xsd:date
used by
attributes NationalIdentifierType/@DateFrom NationalIdentifierType/@DateTo
facets
Kind Value Annotation
pattern \d{4}[-]\d{2}[-]\d{2}
annotation
documentation
The Date type format is defined as followed: [-]CCYY-MM-DD. CC represents the century, YY the year, MM the month and DD the day.
To represent years before 0001, a preceding minus sign ("-") is allowed.
source <xsd:simpleType name="Date">
 
<xsd:annotation>
   
<xsd:documentation> The Date type format is defined as followed: [-]CCYY-MM-DD. CC represents the century, YY the year, MM the month and DD the day.
To represent years before 0001, a preceding minus sign ("-") is allowed.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:date">
   
<xsd:pattern value="\d{4}[-]\d{2}[-]\d{2}"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy