complexType EducationOrganizationNetworkAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p611.png
namespace http://ed-fi.org/0210
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>
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: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:annotation>
       
</xs:element>
       
<xs:element name="MemberEducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The EducationOrganization 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 EducationOrganization 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 EducationOrganization left this network.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganizationNetworkAssociation/EducationOrganizationNetworkReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p612.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/MemberEducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p613.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 EducationOrganization member in the network.
source <xs:element name="MemberEducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationOrganization member in the network.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p614.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date on which the EducationOrganization joined this network.
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:annotation>
</xs:element>

element EducationOrganizationNetworkAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p615.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date on which the EducationOrganization left this network.
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:annotation>
</xs:element>