complexType ElectronicMail
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p655.png
namespace http://ed-fi.org/0210
children ElectronicMailAddress ElectronicMailType PrimaryEmailAddressIndicator DoNotPublishIndicator
used by
elements Parent/ElectronicMail Staff/ElectronicMail Student/ElectronicMail ParentLookupType/ElectronicMail StaffLookupType/ElectronicMail
annotation
documentation
The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the individual or organization belongs.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="ElectronicMail">
 
<xs:annotation>
   
<xs:documentation>The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the individual or organization belongs.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ElectronicMailAddress" type="ElectronicMailAddress">
     
<xs:annotation>
       
<xs:documentation>The electronic mail (e-mail) address listed for an individual or organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ElectronicMailType" type="ElectronicMailType">
     
<xs:annotation>
       
<xs:documentation>The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PrimaryEmailAddressIndicator" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DoNotPublishIndicator" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An indication that the electronic email address should not be published.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ElectronicMail/ElectronicMailAddress
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p656.png
namespace http://ed-fi.org/0210
type ElectronicMailAddress
properties
content simple
facets
Kind Value Annotation
minLength 7
maxLength 128
annotation
documentation
The electronic mail (e-mail) address listed for an individual or organization.
source <xs:element name="ElectronicMailAddress" type="ElectronicMailAddress">
 
<xs:annotation>
   
<xs:documentation>The electronic mail (e-mail) address listed for an individual or organization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ElectronicMail/ElectronicMailType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p657.png
namespace http://ed-fi.org/0210
type ElectronicMailType
properties
content simple
facets
Kind Value Annotation
enumeration Home/Personal
enumeration Organization
enumeration Other
enumeration Work
annotation
documentation
The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)
source <xs:element name="ElectronicMailType" type="ElectronicMailType">
 
<xs:annotation>
   
<xs:documentation>The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ElectronicMail/PrimaryEmailAddressIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p658.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization.
source <xs:element name="PrimaryEmailAddressIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ElectronicMail/DoNotPublishIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p659.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication that the electronic email address should not be published.
source <xs:element name="DoNotPublishIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication that the electronic email address should not be published.</xs:documentation>
 
</xs:annotation>
</xs:element>