complexType ParentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p725.png
namespace http://ed-fi.org/0110
children PersonUniqueStateId ParentUniqueStateId Name OtherName Sex Address Telephone ElectronicMail
used by
element ParentReferenceType/ParentIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of parents and guardians uniquely.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="ParentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of parents and guardians uniquely.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:choice maxOccurs="2">
   
<xs:sequence>
     
<xs:annotation>
       
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of parents and guardians by unique identification.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="PersonUniqueStateId" type="UniqueStateIdentifier" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<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:sequence>
   
<xs:sequence>
     
<xs:annotation>
       
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of parents and guardians using non-unique search.  The various fields should be populated to identify a parent.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="Name" type="Name" minOccurs="0">
       
<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&apos;s gender.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Address" type="Address" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Parent&apos;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:sequence>
 
</xs:choice>
</xs:complexType>

element ParentIdentityType/PersonUniqueStateId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p726.png
namespace http://ed-fi.org/0110
type UniqueStateIdentifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
A unique number or alphanumeric code assigned to a person.
source <xs:element name="PersonUniqueStateId" type="UniqueStateIdentifier" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParentIdentityType/ParentUniqueStateId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p727.png
namespace http://ed-fi.org/0110
type UniqueStateIdentifier
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
A unique number or alphanumeric code assigned to a person.
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 ParentIdentityType/Name
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p728.png
namespace http://ed-fi.org/0110
type Name
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix MaidenName
attributes
Name  Type  Use  Default  Fixed  annotation
VerificationPersonalInformationVerificationTypeoptional      
documentation
The evidence presented to verify one&apos;s personal identity; for example: driver&apos;s license, passport, birth certificate, etc.
annotation
documentation
Full legal name of the person.
source <xs:element name="Name" type="Name" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Full legal name of the person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParentIdentityType/OtherName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p729.png
namespace http://ed-fi.org/0110
type OtherName
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix
attributes
Name  Type  Use  Default  Fixed  annotation
OtherNameTypeOtherNameTyperequired      
documentation
The types of alternate names for a person.
annotation
documentation
Other names (e.g., alias, nickname, previous legal name) associated with a person.
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 ParentIdentityType/Sex
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p730.png
namespace http://ed-fi.org/0110
type SexType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Female 
enumeration Male 
annotation
documentation
A person&apos;s gender.
source <xs:element name="Sex" type="SexType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A person&apos;s gender.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParentIdentityType/Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p731.png
namespace http://ed-fi.org/0110
type Address
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode AddressLine Country Latitude Longitude BeginDate EndDate
attributes
Name  Type  Use  Default  Fixed  annotation
AddressTypeAddressTypeoptional      
documentation
The type of address listed for an individual or organization.
For example:  Physical Address, Mailing Address, Home Address, etc.)
annotation
documentation
Parent&apos;s address, if different from student address.
source <xs:element name="Address" type="Address" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Parent&apos;s address, if different from student address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParentIdentityType/Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p732.png
namespace http://ed-fi.org/0110
type Telephone
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children TelephoneNumber
attributes
Name  Type  Use  Default  Fixed  annotation
TelephoneNumberTypeTelephoneNumberTypeoptional      
documentation
The type of communication number listed for an individual or organization.
PrimaryTelephoneNumberIndicatorxs:booleanoptional      
documentation
An indication that the telephone number should be used as the principal number for an individual or organization.
TextMessageCapabilityIndicatorxs:booleanoptional      
documentation
An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages.
annotation
documentation
The 10-digit telephone number, including the area code, for the person.
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 ParentIdentityType/ElectronicMail
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p733.png
namespace http://ed-fi.org/0110
type ElectronicMail
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children EmailAddress
attributes
Name  Type  Use  Default  Fixed  annotation
EmailAddressTypeElectronicMailAddressTypeoptional      
documentation
The type of email listed for an individual or organization.  For example: Home/Personal, Work, etc.)
PrimaryEmailAddressIndicatorxs:booleanoptional      
documentation
An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization.
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.
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>