complexType Parent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p912.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children ParentUniqueId Name OtherName Sex Address InternationalAddress Telephone ElectronicMail LoginId
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>
<ann:EdFiId>573</ann:EdFiId>
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>
     
<ann:EdFiId>573</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1562</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Name" type="Name">
         
<xs:annotation>
           
<xs:documentation>Full legal name of the person.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1560</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1561</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>1563</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1556</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1558</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1564</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1557</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1559</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

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

element Parent/OtherName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p915.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1561</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1561</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Parent/Sex
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p916.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>1563</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>1563</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Parent/Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p917.png
namespace http://ed-fi.org/0200
type Address
properties
minOcc 0
maxOcc unbounded
content complex
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode Latitude Longitude BeginDate EndDate AddressType
annotation
documentation
Parent's address, if different from the student address.
appinfo
<ann:EdFiId>1556</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1556</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Parent/InternationalAddress
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p918.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1558</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1558</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Parent/Telephone
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p919.png
namespace http://ed-fi.org/0200
type Telephone
properties
minOcc 0
maxOcc unbounded
content complex
children TelephoneNumber TelephoneNumberType OrderOfPriority TextMessageCapabilityIndicator
annotation
documentation
The 10-digit telephone number, including the area code, for the person.
appinfo
<ann:EdFiId>1564</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1564</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Parent/ElectronicMail
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p920.png
namespace http://ed-fi.org/0200
type ElectronicMail
properties
minOcc 0
maxOcc unbounded
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>1557</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1557</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Parent/LoginId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p921.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1559</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1559</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>