simpleType Date
namespace http://fifa.com/exchange/fe
type restriction of xsd:date
properties
base xsd:date
used by
attributes AchievementType/@AwardDate LicenceType/@DateOfIssue SeasonType/@EndDate PassportType/@IssueDate SeasonType/@RegistrationEndDate SeasonType/@RegistrationStartDate SanctionType/@SanctionDate SeasonType/@StartDate PictureType/@ValidFrom SanctionType/@ValidFrom PassportType/@ValidTo PictureType/@ValidTo SanctionType/@ValidTo
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
A Date in UTC.
source <xsd:simpleType name="Date">
 
<xsd:annotation>
   
<xsd:documentation> A Date in UTC.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:date">
   
<xsd:pattern value=".*Z"/>
 
</xsd:restriction>
</xsd:simpleType>


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