simpleType PhoneNumberType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
facets
Kind Value Annotation
pattern \+[0-9]{1,3} [0-9]{1,3} [0-9]{3} [0-9]{3,4}
annotation
documentation
The standard format of a phone number defined by International Telecommunication Union - E.123.
source <xsd:simpleType name="PhoneNumberType">
 
<xsd:annotation>
   
<xsd:documentation>The standard format of a phone number defined by International Telecommunication Union - E.123.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:pattern value="\+[0-9]{1,3} [0-9]{1,3} [0-9]{3} [0-9]{3,4}"/>
 
</xsd:restriction>
</xsd:simpleType>


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