complexType EducationOrganizationPeerAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p631.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children EducationOrganizationReference PeerEducationOrganizationReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
The association from an education organization to its peers.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="EducationOrganizationPeerAssociation">
 
<xs:annotation>
   
<xs:documentation>The association from an education organization to its peers.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The associated peer organization(s) for the EducationOrganization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PeerEducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The associated peer organization(s) for the EducationOrganization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganizationPeerAssociation/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p632.png
namespace http://ed-fi.org/0210
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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 associated peer organization(s) for the EducationOrganization.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The associated peer organization(s) for the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationPeerAssociation/PeerEducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p633.png
namespace http://ed-fi.org/0210
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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 associated peer organization(s) for the EducationOrganization.
source <xs:element name="PeerEducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The associated peer organization(s) for the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>