complexType ParentReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p933.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children ParentIdentity ParentLookup
used by
element StudentParentAssociation/ParentReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provides alternative references for Parent reference during interchange (including teachers). Use XML IDREF to reference a staff record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>446</ann:EdFiId>
source <xs:complexType name="ParentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for Parent reference during interchange (including teachers). Use XML IDREF to reference a staff record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>446</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="ParentIdentity" type="ParentIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of parents and guardians.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2126</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ParentLookup" type="ParentLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of parents and guardians.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2410</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ParentReferenceType/ParentIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p934.png
namespace http://ed-fi.org/0200
type ParentIdentityType
properties
minOcc 0
maxOcc 1
content complex
children ParentUniqueId
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of parents and guardians.
appinfo
<ann:EdFiId>2126</ann:EdFiId>
source <xs:element name="ParentIdentity" type="ParentIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of parents and guardians.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2126</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ParentReferenceType/ParentLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p935.png
namespace http://ed-fi.org/0200
type ParentLookupType
properties
minOcc 0
maxOcc 1
content complex
children ParentUniqueId Name OtherName Sex Address Telephone ElectronicMail EducationOrganizationReference
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of parents and guardians.
appinfo
<ann:EdFiId>2410</ann:EdFiId>
source <xs:element name="ParentLookup" type="ParentLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of parents and guardians.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2410</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>