Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema EmailAddresses.xsd
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Properties
attribute form default unqualified
element form default qualified
Simple Type EmailAddressType
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Pattern representing the simple HTML5-compatible syntax for a single email address. An RFC5322-compliant address with comments or double-quoted parts is disallowed by this pattern; to be updated at a later time to be more compliant with Internet RFCs.
Diagram
Type restriction of xs:string
Facets
pattern [a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*
Used by
Source
<xs:simpleType name="EmailAddressType">
  <xs:annotation>
    <xs:documentation>Pattern representing the simple HTML5-compatible syntax for a single email address. An RFC5322-compliant address with comments or double-quoted parts is disallowed by this pattern; to be updated at a later time to be more compliant with Internet RFCs.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*"/>
  </xs:restriction>
</xs:simpleType>