Namespace: |
|
Defined: |
globally in commonTypes_v3.xsd; see XML source |
Used: |
at 2 locations |
| Simple Content Model |
| xs:string |
MaxLength: |
100 |
MinLength: |
3 |
Pattern: |
.+@.+ |
| Type Derivation Tree xs:string (restriction) |
Derivation: |
restriction of xs:string |
|||||||
Facets: |
|
|||||||
| <xs:simpleType name="EmailAddress"> <xs:restriction base="xs:string"> <xs:minLength value="3"/> <xs:maxLength value="100"/> <xs:pattern value=".+@.+"/> </xs:restriction> </xs:simpleType> |