simpleType DateTime
namespace http://fifa.com/fc
type xsd:dateTime
properties
base xsd:dateTime
annotation
documentation
The DateTime type format is defined as followed: [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]. CC represents the century, YY the year, MM the month and DD the day, T start od the time section, hh hours, mm minutes and ss seconds.
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="DateTime">
 
<xsd:annotation>
   
<xsd:documentation> The DateTime type format is defined as followed: [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]. CC represents the century, YY the year, MM the month and DD the day, T start od the time section, hh hours, mm minutes and ss seconds.
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:dateTime"/>
</xsd:simpleType>


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