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


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