namespace | http://fifa.com/fc | ||||||
type | restriction of fc:String | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:simpleType name="EmailAddressType"> <xsd:annotation> <xsd:documentation>The Format of an Email address.</xsd:documentation> </xsd:annotation> <xsd:restriction base="fc:String"> <xsd:pattern value="[^@]+@[^\.]+\..+"/> </xsd:restriction> </xsd:simpleType> |