simpleType Date
namespace http://fifa.com/fc
type xsd:date
properties
base xsd:date
used by
attributes CertificationType/@CertificationValidFrom CertificationType/@CertificationValidTo NationalIdentifierType/@DateFrom PersonType/@DateOfBirth NationalIdentifierType/@DateTo OrganizationType/@DissolutionDate OrganizationType/@FoundationDate
annotation
documentation
The Date type format is defined as followed: [-]CCYY-MM-DD[Z|(+|-)hh:mm]. CC represents the century, YY the year, MM the month and DD the day.
An optional time zone expression may be added at the end. The letter Z is used to indicate Coordinated Universal Time (UTC). All other time zones are represented by their difference from the UTC time.
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[Z|(+|-)hh:mm]. CC represents the century, YY the year, MM the month and DD the day.
An optional time zone expression may be added at the end. The letter Z is used to indicate Coordinated Universal Time (UTC). All other time zones are represented by their difference from the UTC time.
To represent years before 0001, a preceding minus sign ("-") is allowed.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:date"/>
</xsd:simpleType>


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