Definition Type Simple Type
Name emailAddressType
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
Pattern ^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="emailAddressType" >
  <xs:restriction base="xs:string">
    <xs:pattern value="^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
emailAddressType
    mstns:EmailNotificationAddress
References
mstns:EmailNotificationAddress
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 by Liquid Technologies Ltd