simpleType "emailAddressType"
Namespace:
Defined:
globally in myInbox.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Elements (1):
email (type emailAddressType)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  hs:string (restriction)
      emailAddressType
Derivation:
restriction of hs:string
XML Source (see within schema source)
<xsd:simpleType name="emailAddressType">
<xsd:restriction base="hs:string">
<xsd:pattern value="\w+\@[.\w]+"/>
</xsd:restriction>
</xsd:simpleType>