complexType
ElectronicMail
attribute ElectronicMail/@EmailAddressType
attribute ElectronicMail/@PrimaryEmailAddressIndicator
element ElectronicMail/EmailAddress
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
children | EmailAddress | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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 |
|
||||
annotation |
|
||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | ElectronicMailAddress | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |