simpleType DateTime
namespace http://fifa.com/exchange/fe
type restriction of xsd:dateTime
properties
base xsd:dateTime
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
A Date and time in UTC.
source <xsd:simpleType name="DateTime">
 
<xsd:annotation>
   
<xsd:documentation>A Date and time in UTC.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:dateTime">
   
<xsd:pattern value=".*Z"/>
 
</xsd:restriction>
</xsd:simpleType>


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