ET2014A_LIGHT_MULTI Schema
SimpleEmail Simple Type
Namespace http://meta.et4.de/ET2014A_LIGHT_MULTI
Type
Restriction of xs:string
Diagram
SimpleEmail Simple Type
Overview
SimpleEmail 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="SimpleEmail" 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
ET2014A_LIGHT_MULTI Schema

 

 


© 2018 All Rights Reserved.

Send comments on this topic.