complexType StudentParentAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1134.png
namespace http://ed-fi.org/0110
children StudentReference ParentReference Relation PrimaryContactStatus LivesWith EmergencyContactStatus ContactPriority ContactRestrictions
annotation
documentation
This association relates students to their parents, guardians, or caretakers.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StudentParentAssociation">
 
<xs:annotation>
   
<xs:documentation>This association relates students to their parents, guardians, or caretakers.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The student associated with parent.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ParentReference" type="ParentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The parent associated with the student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Relation" type="RelationType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The nature of an individual&apos;s relationship to a student; for example:
Father, Mother, Step Father, Step Mother, Foster Father, Foster Mother, Guardian, etc..
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PrimaryContactStatus" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Indicator of whether the person is a primary parental contact for the student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LivesWith" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Indicator of whether the student lives with the associated parent.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EmergencyContactStatus" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Indicator of whether the person is a designated emergency contact for the student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ContactPriority" type="xs:int" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The numeric order of the preferred sequence or priority of contact.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ContactRestrictions" type="ContactRestrictions" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentParentAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1135.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The student associated with parent.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The student associated with parent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentParentAssociation/ParentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1136.png
namespace http://ed-fi.org/0110
type ParentReferenceType
properties
isRef 0
content complex
children ParentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The parent associated with the student.
source <xs:element name="ParentReference" type="ParentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The parent associated with the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentParentAssociation/Relation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1137.png
namespace http://ed-fi.org/0110
type RelationType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Aunt 
enumeration Brother 
enumeration BrotherInLaw 
enumeration CourtAppointedGuardian 
enumeration Cousin 
enumeration Daughter 
enumeration DaughterInLaw 
enumeration Employer 
enumeration Father 
enumeration Father, step 
enumeration FathersSignificantOther 
enumeration FathersCivilPartner 
enumeration FatherInLaw 
enumeration Fiance 
enumeration Fiancee 
enumeration Foster parent 
enumeration Friend 
enumeration Grandfather 
enumeration Grandmother 
enumeration Great aunt 
enumeration Great uncle 
enumeration Great Grandparent 
enumeration Husband 
enumeration MothersSignificantOther 
enumeration Mother 
enumeration Mother, step 
enumeration MothersCivilPartner 
enumeration Nephew 
enumeration Niece 
enumeration Other 
enumeration SignificantOther 
enumeration Sister 
enumeration Son 
enumeration Unknown 
enumeration Uncle 
enumeration Ward 
enumeration Wife 
annotation
documentation
The nature of an individual&apos;s relationship to a student; for example:
Father, Mother, Step Father, Step Mother, Foster Father, Foster Mother, Guardian, etc..
source <xs:element name="Relation" type="RelationType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The nature of an individual&apos;s relationship to a student; for example:
Father, Mother, Step Father, Step Mother, Foster Father, Foster Mother, Guardian, etc..
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentParentAssociation/PrimaryContactStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1138.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of whether the person is a primary parental contact for the student.
source <xs:element name="PrimaryContactStatus" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicator of whether the person is a primary parental contact for the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentParentAssociation/LivesWith
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1139.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of whether the student lives with the associated parent.
source <xs:element name="LivesWith" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicator of whether the student lives with the associated parent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentParentAssociation/EmergencyContactStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1140.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of whether the person is a designated emergency contact for the student.
source <xs:element name="EmergencyContactStatus" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicator of whether the person is a designated emergency contact for the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentParentAssociation/ContactPriority
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1141.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The numeric order of the preferred sequence or priority of contact.
source <xs:element name="ContactPriority" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The numeric order of the preferred sequence or priority of contact.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentParentAssociation/ContactRestrictions
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1142.png
namespace http://ed-fi.org/0110
type ContactRestrictions
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 250 
annotation
documentation
Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual)
source <xs:element name="ContactRestrictions" type="ContactRestrictions" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual)</xs:documentation>
 
</xs:annotation>
</xs:element>