simpleType RelationType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element StudentParentAssociation/Relation
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's relationship to a student.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="RelationType">
 
<xs:annotation>
   
<xs:documentation>The nature of an individual&apos;s relationship to a student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Aunt"/>
   
<xs:enumeration value="Brother"/>
   
<xs:enumeration value="BrotherInLaw"/>
   
<xs:enumeration value="CourtAppointedGuardian"/>
   
<xs:enumeration value="Cousin"/>
   
<xs:enumeration value="Daughter"/>
   
<xs:enumeration value="DaughterInLaw"/>
   
<xs:enumeration value="Employer"/>
   
<xs:enumeration value="Father"/>
   
<xs:enumeration value="Father, step"/>
   
<xs:enumeration value="FathersSignificantOther"/>
   
<xs:enumeration value="FathersCivilPartner"/>
   
<xs:enumeration value="FatherInLaw"/>
   
<xs:enumeration value="Fiance"/>
   
<xs:enumeration value="Fiancee"/>
   
<xs:enumeration value="Foster parent"/>
   
<xs:enumeration value="Friend"/>
   
<xs:enumeration value="Grandfather"/>
   
<xs:enumeration value="Grandmother"/>
   
<xs:enumeration value="Great aunt"/>
   
<xs:enumeration value="Great uncle"/>
   
<xs:enumeration value="Great Grandparent"/>
   
<xs:enumeration value="Husband"/>
   
<xs:enumeration value="MothersSignificantOther"/>
   
<xs:enumeration value="Mother"/>
   
<xs:enumeration value="Mother, step"/>
   
<xs:enumeration value="MothersCivilPartner"/>
   
<xs:enumeration value="Nephew"/>
   
<xs:enumeration value="Niece"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="SignificantOther"/>
   
<xs:enumeration value="Sister"/>
   
<xs:enumeration value="Son"/>
   
<xs:enumeration value="Unknown"/>
   
<xs:enumeration value="Uncle"/>
   
<xs:enumeration value="Ward"/>
   
<xs:enumeration value="Wife"/>
 
</xs:restriction>
</xs:simpleType>