complexType StudentParentAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1733.png
namespace http://ed-fi.org/0210
children StudentReference ParentReference
used by
element StudentParentAssociationReferenceType/StudentParentAssociationIdentity
annotation
documentation
Identity of a StudentParentAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentParentAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentParentAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Student associated with the 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:sequence>
</xs:complexType>

element StudentParentAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1734.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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
The Student associated with the Parent.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Student associated with the Parent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentParentAssociationIdentityType/ParentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1735.png
namespace http://ed-fi.org/0210
type ParentReferenceType
properties
content complex
children ParentIdentity ParentLookup
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
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>