complexType "EmailType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
EffectivePeriod, 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 (4); see within schema source)
<xs:complexType name="EmailType">
<xs:sequence>
<xs:element ref="InternetEmail"/>
<xs:element minOccurs="0" ref="EmailTypeCode"/>
<xs:element minOccurs="0" ref="EffectivePeriod"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
EffectivePeriod
Type:
DateType, complex content
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="EffectivePeriod"/>

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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set