simpleType EmailAddressType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
facets
Kind Value Annotation
pattern [^@]+@[^\.]+\..+
annotation
documentation
The Format of an Email address.
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>


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