Back to SwissRETS

noNamespace
simpleType emailaddress

Super Types
{}emailaddress (restriction)

Documentation
Very loose email like strings, validation basically just checks, if there is an @ sign and a dot after that.
Properties
This component is not nillable.

Model

[^@]+@[^\.]+\..+


Source
<xs:simpleType name="emailaddress">
<xs:restriction base="xs:string">
<xs:pattern value="[^@]+@[^\.]+\..+"/>
</xs:restriction>
</xs:simpleType>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.