simpleType "EmailAddress"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
100
MinLength:
3
Pattern:
.+@.+

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
An Email Address.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EmailAddress
Derivation:
restriction of xs:string
Facets:
maxLength:
100
minLength:
3
pattern:
.+@.+
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EmailAddress">
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="100"/>
<xs:pattern value=".+@.+"/>
</xs:restriction>
</xs:simpleType>