simpleType TimeLocal
namespace http://fifa.com/exchange/fe
type restriction of xsd:time
properties
base xsd:time
facets
Kind Value Annotation
pattern [0-9]*:[0-9]*:[0-9]*(\.[0-9]*)?
annotation
documentation
A local time.
source <xsd:simpleType name="TimeLocal">
 
<xsd:annotation>
   
<xsd:documentation>A local time.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:time">
   
<xsd:pattern value="[0-9]*:[0-9]*:[0-9]*(\.[0-9]*)?"/>
 
</xsd:restriction>
</xsd:simpleType>


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