complexType ElectronicMail
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p451.png
namespace http://ed-fi.org/0110
children EmailAddress
used by
elements Parent/ElectronicMail Staff/ElectronicMail Student/ElectronicMail ParentIdentityType/ElectronicMail StaffIdentityType/ElectronicMail
attributes
Name  Type  Use  Default  Fixed  annotation
EmailAddressTypeElectronicMailAddressTypeoptional      
documentation
The type of email listed for an individual or organization.  For example: Home/Personal, Work, etc.)
PrimaryEmailAddressIndicatorxs:booleanoptional      
documentation
An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization.
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="EmailAddress" 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:sequence>
 
<xs:attribute name="EmailAddressType" type="ElectronicMailAddressType" use="optional">
   
<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:attribute>
 
<xs:attribute name="PrimaryEmailAddressIndicator" type="xs:boolean" use="optional">
   
<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:attribute>
</xs:complexType>

attribute ElectronicMail/@EmailAddressType
type ElectronicMailAddressType
properties
isRef 0
use optional
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:attribute name="EmailAddressType" type="ElectronicMailAddressType" use="optional">
 
<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:attribute>

attribute ElectronicMail/@PrimaryEmailAddressIndicator
type xs:boolean
properties
isRef 0
use optional
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:attribute name="PrimaryEmailAddressIndicator" type="xs:boolean" use="optional">
 
<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:attribute>

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