complexType ParentLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p924.png
namespace http://ed-fi.org/0200
children ParentUniqueId Name OtherName Sex Address Telephone ElectronicMail EducationOrganizationReference
used by
element ParentReferenceType/ParentLookup
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of parents and guardians uniquely.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
<ann:EdFiId>2201</ann:EdFiId>
source <xs:complexType name="ParentLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of parents and guardians uniquely.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
     
<ann:EdFiId>2201</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ParentUniqueId" type="UniqueId" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A unique alphanumeric code assigned to a parent.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2397</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Name" type="Name" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Full legal name of the person.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2398</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="OtherName" type="OtherName" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2399</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Sex" type="SexType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A person's gender.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2400</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Address" type="Address" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Parent's address, if different from student address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2401</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Telephone" type="Telephone" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The 10-digit telephone number, including the area code, for the person.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2402</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ElectronicMail" type="ElectronicMail" minOccurs="0">
     
<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:EdFiId>2403</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2404</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ParentLookupType/ParentUniqueId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p925.png
namespace http://ed-fi.org/0200
type UniqueId
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 32
annotation
documentation
A unique alphanumeric code assigned to a parent.
appinfo
<ann:EdFiId>2397</ann:EdFiId>
source <xs:element name="ParentUniqueId" type="UniqueId" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A unique alphanumeric code assigned to a parent.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2397</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ParentLookupType/Name
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p926.png
namespace http://ed-fi.org/0200
type Name
properties
minOcc 0
maxOcc 1
content complex
children PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix MaidenName PersonalIdentificationDocument
annotation
documentation
Full legal name of the person.
appinfo
<ann:EdFiId>2398</ann:EdFiId>
source <xs:element name="Name" type="Name" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Full legal name of the person.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2398</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ParentLookupType/OtherName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p927.png
namespace http://ed-fi.org/0200
type OtherName
properties
minOcc 0
maxOcc 1
content complex
children PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix OtherNameType
annotation
documentation
Other names (e.g., alias, nickname, previous legal name) associated with a person.
appinfo
<ann:EdFiId>2399</ann:EdFiId>
source <xs:element name="OtherName" type="OtherName" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2399</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ParentLookupType/Sex
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p928.png
namespace http://ed-fi.org/0200
type SexType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Female
appinfo
<ann:EdFiId>235-001</ann:EdFiId>
enumeration Male
appinfo
<ann:EdFiId>235-002</ann:EdFiId>
enumeration Not Selected
appinfo
<ann:EdFiId>235-003</ann:EdFiId>
annotation
documentation
A person's gender.
appinfo
<ann:EdFiId>2400</ann:EdFiId>
source <xs:element name="Sex" type="SexType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A person's gender.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2400</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ParentLookupType/Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p929.png
namespace http://ed-fi.org/0200
type Address
properties
minOcc 0
maxOcc 1
content complex
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode Latitude Longitude BeginDate EndDate AddressType
annotation
documentation
Parent's address, if different from student address.
appinfo
<ann:EdFiId>2401</ann:EdFiId>
source <xs:element name="Address" type="Address" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Parent's address, if different from student address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2401</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ParentLookupType/Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p930.png
namespace http://ed-fi.org/0200
type Telephone
properties
minOcc 0
maxOcc 1
content complex
children TelephoneNumber TelephoneNumberType OrderOfPriority TextMessageCapabilityIndicator
annotation
documentation
The 10-digit telephone number, including the area code, for the person.
appinfo
<ann:EdFiId>2402</ann:EdFiId>
source <xs:element name="Telephone" type="Telephone" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The 10-digit telephone number, including the area code, for the person.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2402</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ParentLookupType/ElectronicMail
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p931.png
namespace http://ed-fi.org/0200
type ElectronicMail
properties
minOcc 0
maxOcc 1
content complex
children ElectronicMailAddress ElectronicMailType PrimaryEmailAddressIndicator
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:EdFiId>2403</ann:EdFiId>
source <xs:element name="ElectronicMail" type="ElectronicMail" minOccurs="0">
 
<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:EdFiId>2403</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ParentLookupType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p932.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provide user information to lookup and link to an existing educational organization record in the receiving system.
appinfo
<ann:EdFiId>2404</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2404</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>