complexType Parent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p716.png
namespace http://ed-fi.org/0110
type extension of Person
properties
base Person
children PersonUniqueStateId ParentUniqueStateId Name OtherName Sex Address Telephone ElectronicMail LoginId
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents a parent or guardian of a student, such as mother, father, or caretaker.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
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&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: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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p717.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 Parent/Name
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p718.png
namespace http://ed-fi.org/0110
type Name
properties
isRef 0
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">
 
<xs:annotation>
   
<xs:documentation>Full legal name of the person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Parent/OtherName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p719.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 Parent/Sex
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p720.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 Parent/Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p721.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 Parent/Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p722.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 Parent/ElectronicMail
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p723.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>

element Parent/LoginId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p724.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The login ID for the user; used for security access control interface.
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>