simpleType "InternetEmailType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-])+)+

All Direct / Indirect Based Elements (1):
InternetEmail
Known Usage Locations
Annotation
Pattern for Internet email address.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  InternetEmailType
Derivation:
restriction of xs:string
Facets:
pattern:
([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-])+)+
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="InternetEmailType">
<xs:restriction base="xs:string">
<xs:pattern value="([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-])+)+"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set