complexType EducationOrganizationNetworkAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p540.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children EducationOrganizationNetworkReference MemberEducationOrganizationReference BeginDate EndDate
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
Properties of the association between the EducationOrganization and its network(s).
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>596</ann:EdFiId>
source <xs:complexType name="EducationOrganizationNetworkAssociation">
 
<xs:annotation>
   
<xs:documentation>Properties of the association between the EducationOrganization and its network(s).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
     
<ann:EdFiId>596</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="EducationOrganizationNetworkReference" type="EducationOrganizationNetworkReferenceType">
         
<xs:annotation>
           
<xs:documentation>A reference to the EducationOrganizationNetwork to which this education organization is a member.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1005</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MemberEducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The EducationOrganization member in the network.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1007</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The date on which the EducationOrganization joined this network.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1004</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The date on which the EducationOrganization left this network.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1006</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganizationNetworkAssociation/EducationOrganizationNetworkReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p541.png
namespace http://ed-fi.org/0200
type EducationOrganizationNetworkReferenceType
properties
content complex
children EducationOrganizationNetworkIdentity EducationOrganizationNetworkLookup
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
A reference to the EducationOrganizationNetwork to which this education organization is a member.
appinfo
<ann:EdFiId>1005</ann:EdFiId>
source <xs:element name="EducationOrganizationNetworkReference" type="EducationOrganizationNetworkReferenceType">
 
<xs:annotation>
   
<xs:documentation>A reference to the EducationOrganizationNetwork to which this education organization is a member.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1005</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/MemberEducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p542.png
namespace http://ed-fi.org/0200
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 EducationOrganization member in the network.
appinfo
<ann:EdFiId>1007</ann:EdFiId>
source <xs:element name="MemberEducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationOrganization member in the network.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1007</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p543.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date on which the EducationOrganization joined this network.
appinfo
<ann:EdFiId>1004</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date on which the EducationOrganization joined this network.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1004</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p544.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date on which the EducationOrganization left this network.
appinfo
<ann:EdFiId>1006</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date on which the EducationOrganization left this network.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1006</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>