noNamespace
simpleType EMAILTYPE

Super Types
{}EMAILTYPE (restriction)

Documentation
Type for an email. An email address.
Properties
This component is not nillable.

Model

minimum length: 0
maximum length: 100


Source
<xs:simpleType name="EMAILTYPE">
<xs:restriction base="xs:token">
<xs:minLength value="0"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>


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