complexType
ElectronicMail
element ElectronicMail/ElectronicMailAddress
element ElectronicMail/ElectronicMailType
element ElectronicMail/PrimaryEmailAddressIndicator
element ElectronicMail/DoNotPublishIndicator
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | ElectronicMailAddress ElectronicMailType PrimaryEmailAddressIndicator DoNotPublishIndicator | ||||
used by |
|
||||
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="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 | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | ElectronicMailAddress | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||
type | ElectronicMailType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |