complexType Parent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1016.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children ParentUniqueId Name OtherName Sex Address InternationalAddress Telephone ElectronicMail LoginId Language
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs: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="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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1017.png
namespace http://ed-fi.org/0210
type UniqueId
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 32
annotation
documentation
A unique alphanumeric code assigned to a parent.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1018.png
namespace http://ed-fi.org/0210
type Name
properties
content complex
children PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix MaidenName PersonalIdentificationDocument
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_p1019.png
namespace http://ed-fi.org/0210
type OtherName
properties
minOcc 0
maxOcc unbounded
content complex
children PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix OtherNameType
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_p1020.png
namespace http://ed-fi.org/0210
type SexType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Female
enumeration Male
enumeration Not Selected
annotation
documentation
A person's gender.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1021.png
namespace http://ed-fi.org/0210
type Address
properties
minOcc 0
maxOcc unbounded
content complex
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode Latitude Longitude BeginDate EndDate AddressType DoNotPublishIndicator
annotation
documentation
Parent's address, if different from the student address.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1022.png
namespace http://ed-fi.org/0210
type InternationalAddress
properties
minOcc 0
maxOcc unbounded
content complex
children AddressType AddressLine1 AddressLine2 AddressLine3 AddressLine4 Country Latitude Longitude BeginDate EndDate
annotation
documentation
The set of elements that describes an international address.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1023.png
namespace http://ed-fi.org/0210
type Telephone
properties
minOcc 0
maxOcc unbounded
content complex
children TelephoneNumber TelephoneNumberType OrderOfPriority TextMessageCapabilityIndicator DoNotPublishIndicator
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_p1024.png
namespace http://ed-fi.org/0210
type ElectronicMail
properties
minOcc 0
maxOcc unbounded
content complex
children ElectronicMailAddress ElectronicMailType PrimaryEmailAddressIndicator DoNotPublishIndicator
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_p1025.png
namespace http://ed-fi.org/0210
type IdentificationCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
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>

element Parent/Language
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1026.png
namespace http://ed-fi.org/0210
type Language
properties
minOcc 0
maxOcc unbounded
content complex
children Language LanguageUse
annotation
documentation
The language(s) the individual uses to communicate. It is strongly recommended that entries use only ISO 639-3 language codes.
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>