namespace | http://fifa.com/fc | ||||||
type | restriction of fc:String | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |