GeoRssFeed_V4 Schema
TypeEmail Simple Type
Namespace (none)
Type
Restriction of xs:string
Diagram
TypeEmail Simple Type
Overview
TypeEmail Restriction of xs:string
Facets
Pattern([a-zA-Z0-9_\-])([a-zA-Z0-9_\-\.]*)@(\[((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}|((([a-zA-Z0-9\-]+)\.)+))([a-zA-Z]{2,}|(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\])
Source
<xs:simpleType name="TypeEmail" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:pattern value="([a-zA-Z0-9_\-])([a-zA-Z0-9_\-\.]*)@(\[((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}|((([a-zA-Z0-9\-]+)\.)+))([a-zA-Z]{2,}|(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\])" />
  </xs:restriction>
</xs:simpleType>
See Also
GeoRssFeed_V4 Schema

 

 


© 2018 All Rights Reserved.

Send comments on this topic.