namespace | http://fifa.com/fc | ||||||
type | restriction of xsd:date | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |