Back to SwissRETS

noNamespace
simpleType phoneNumber

Super Types
{}phoneNumber (restriction)

Documentation
Strings of at least three digits, may start with a plus sign and can have single spaces between digits, leading and trailing whitespace are not allowed.
Properties
This component is not nillable.

Model

[+]?([0-9] ?){2,}[0-9]


Source
<xs:simpleType name="phoneNumber">
<xs:restriction base="xs:string">
<xs:pattern value="[+]?([0-9] ?){2,}[0-9]"/>
</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.