complexType
Parent
element Parent/ParentUniqueStateId
element Parent/Name
element Parent/OtherName
element Parent/Sex
element Parent/Address
element Parent/Telephone
element Parent/ElectronicMail
element Parent/LoginId
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of Person | ||||||||||||||
properties |
|
||||||||||||||
children | PersonUniqueStateId ParentUniqueStateId Name OtherName Sex Address Telephone ElectronicMail LoginId | ||||||||||||||
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="Person"> <xs:sequence> <xs:element name="ParentUniqueStateId" type="UniqueStateIdentifier"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a person.</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 student 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:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element Parent/ParentUniqueStateId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | UniqueStateIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ParentUniqueStateId" type="UniqueStateIdentifier"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/Name
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | Name | ||||||||||||||
properties |
|
||||||||||||||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix MaidenName | ||||||||||||||
attributes |
|
||||||||||||||
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/0110 | ||||||||||||||
type | OtherName | ||||||||||||||
properties |
|
||||||||||||||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix | ||||||||||||||
attributes |
|
||||||||||||||
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/0110 | |||||||||
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/0110 | ||||||||||||||
type | Address | ||||||||||||||
properties |
|
||||||||||||||
children | StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode AddressLine Country Latitude Longitude BeginDate EndDate | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Address" type="Address" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Parent's address, if different from student address.</xs:documentation> </xs:annotation> </xs:element> |
element Parent/Telephone
diagram | |||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||
type | Telephone | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | TelephoneNumber | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
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/0110 | ||||||||||||||||||||||
type | ElectronicMail | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EmailAddress | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
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/0110 | |||||||||
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> |