complexType EducationOrganizationNetworkAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p440.png
namespace http://ed-fi.org/0110
children EducationOrganizationNetworkReference EducationOrganizationReference BeginDate EndDate
annotation
documentation
Properties of the association between the EducationOrganization and its network(s).
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationOrganizationNetworkReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>A reference to the network to which this EdOrg is a member.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>The EdOrg member in the network</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date on which the EdOrg joined this network.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date on which the EdOrg left this network.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EducationOrganizationNetworkAssociation/EducationOrganizationNetworkReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p441.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A reference to the network to which this EdOrg is a member.
source <xs:element name="EducationOrganizationNetworkReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>A reference to the network to which this EdOrg is a member.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p442.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The EdOrg member in the network
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EdOrg member in the network</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p443.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date on which the EdOrg joined this network.
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date on which the EdOrg joined this network.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p444.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date on which the EdOrg left this network.
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date on which the EdOrg left this network.</xs:documentation>
 
</xs:annotation>
</xs:element>