complexType ElectronicMail
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p574.png
namespace http://ed-fi.org/0200
children ElectronicMailAddress ElectronicMailType PrimaryEmailAddressIndicator
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>
<ann:EdFiId>505</ann:EdFiId>
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>
     
<ann:EdFiId>505</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>817</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>818</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>819</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ElectronicMail/ElectronicMailAddress
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p575.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>817</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>817</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ElectronicMail/ElectronicMailType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p576.png
namespace http://ed-fi.org/0200
type ElectronicMailType
properties
content simple
facets
Kind Value Annotation
enumeration Home/Personal
appinfo
<ann:EdFiId>169-001</ann:EdFiId>
enumeration Organization
appinfo
<ann:EdFiId>169-002</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>169-003</ann:EdFiId>
enumeration Work
appinfo
<ann:EdFiId>169-004</ann:EdFiId>
annotation
documentation
The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)
appinfo
<ann:EdFiId>818</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>818</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ElectronicMail/PrimaryEmailAddressIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p577.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>819</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>819</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>