complexType
Parent
element Parent/ParentUniqueId
element Parent/Name
element Parent/OtherName
element Parent/Sex
element Parent/Address
element Parent/InternationalAddress
element Parent/Telephone
element Parent/ElectronicMail
element Parent/LoginId
element Parent/Language
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | ParentUniqueId Name OtherName Sex Address InternationalAddress Telephone ElectronicMail LoginId Language | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="Parent"> <xs:annotation> <xs:documentation>This entity represents a parent or guardian of a student, such as mother, father, or caretaker.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="ParentUniqueId" type="UniqueId"> <xs:annotation> <xs:documentation>A unique alphanumeric code assigned to a parent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Name" type="Name"> <xs:annotation> <xs:documentation>Full legal name of the person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OtherName" type="OtherName" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Sex" type="SexType" minOccurs="0"> <xs:annotation> <xs:documentation>A person's gender.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Address" type="Address" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Parent's address, if different from the student address.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InternationalAddress" type="InternationalAddress" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The set of elements that describes an international address.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Telephone" type="Telephone" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The 10-digit telephone number, including the area code, for the person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ElectronicMail" type="ElectronicMail" minOccurs="0" maxOccurs="unbounded"> <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:annotation> </xs:element> <xs:element name="LoginId" type="IdentificationCode" minOccurs="0"> <xs:annotation> <xs:documentation>The login ID for the user; used for security access control interface.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Language" type="Language" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The language(s) the individual uses to communicate. It is strongly recommended that entries use only ISO 639-3 language codes.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element Parent/ParentUniqueId
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | UniqueId | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ParentUniqueId" type="UniqueId"> <xs:annotation> <xs:documentation>A unique alphanumeric code assigned to a parent.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/Name
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | Name | ||
properties |
|
||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix MaidenName PersonalIdentificationDocument | ||
annotation |
|
||
source | <xs:element name="Name" type="Name"> <xs:annotation> <xs:documentation>Full legal name of the person.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/OtherName
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | OtherName | ||||||
properties |
|
||||||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix OtherNameType | ||||||
annotation |
|
||||||
source | <xs:element name="OtherName" type="OtherName" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/Sex
diagram | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | SexType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Sex" type="SexType" minOccurs="0"> <xs:annotation> <xs:documentation>A person's gender.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/Address
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Address | ||||||
properties |
|
||||||
children | StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode Latitude Longitude BeginDate EndDate AddressType DoNotPublishIndicator | ||||||
annotation |
|
||||||
source | <xs:element name="Address" type="Address" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Parent's address, if different from the student address.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/InternationalAddress
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | InternationalAddress | ||||||
properties |
|
||||||
children | AddressType AddressLine1 AddressLine2 AddressLine3 AddressLine4 Country Latitude Longitude BeginDate EndDate | ||||||
annotation |
|
||||||
source | <xs:element name="InternationalAddress" type="InternationalAddress" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The set of elements that describes an international address.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/Telephone
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Telephone | ||||||
properties |
|
||||||
children | TelephoneNumber TelephoneNumberType OrderOfPriority TextMessageCapabilityIndicator DoNotPublishIndicator | ||||||
annotation |
|
||||||
source | <xs:element name="Telephone" type="Telephone" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The 10-digit telephone number, including the area code, for the person.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/ElectronicMail
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | ElectronicMail | ||||||
properties |
|
||||||
children | ElectronicMailAddress ElectronicMailType PrimaryEmailAddressIndicator DoNotPublishIndicator | ||||||
annotation |
|
||||||
source | <xs:element name="ElectronicMail" type="ElectronicMail" minOccurs="0" maxOccurs="unbounded"> <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:annotation> </xs:element> |
element Parent/LoginId
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="LoginId" type="IdentificationCode" minOccurs="0"> <xs:annotation> <xs:documentation>The login ID for the user; used for security access control interface.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/Language
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Language | ||||||
properties |
|
||||||
children | Language LanguageUse | ||||||
annotation |
|
||||||
source | <xs:element name="Language" type="Language" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The language(s) the individual uses to communicate. It is strongly recommended that entries use only ISO 639-3 language codes.</xs:documentation> </xs:annotation> </xs:element> |