complexType "EmailType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
InternetEmail, EmailTypeCode?
</...>
Content Model Elements (2):
EmailTypeCode, InternetEmail
All Direct / Indirect Based Elements (1):
Email
Known Usage Locations
Annotation
Email address type (Currently restricted to Internet format user@server.ext.).
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="EmailType">
<xs:sequence>
<xs:element ref="InternetEmail"/>
<xs:element minOccurs="0" ref="EmailTypeCode"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
EmailTypeCode
Type:
CodeValueType, simple content
Code indicating the type of e-mail address. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="EmailTypeCode"/>

InternetEmail
Type:
InternetEmailType, simple content
The email address express as a string (restricted to the Internet format).
Simple Content
xs:string
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:element ref="InternetEmail"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set