complexType EducationOrganizationNetwork
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p608.png
namespace http://ed-fi.org/0210
type extension of EducationOrganization
properties
base EducationOrganization
children EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus EducationOrganizationNetworkId NetworkPurpose
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity is a self-organized membership network of peer-level education organizations intended to provide shared services or collective procurement.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="EducationOrganizationNetwork">
 
<xs:annotation>
   
<xs:documentation>This entity is a self-organized membership network of peer-level education organizations intended to provide shared services or collective procurement.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="EducationOrganization">
     
<xs:sequence>
       
<xs:element name="EducationOrganizationNetworkId" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>The identifier assigned to a network of education organizations.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="NetworkPurpose" type="NetworkPurposeType">
         
<xs:annotation>
           
<xs:documentation>The purpose(s) of the network (e.g., shared services, collective procurement).</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganizationNetwork/EducationOrganizationNetworkId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p609.png
namespace http://ed-fi.org/0210
type xs:int
properties
content simple
annotation
documentation
The identifier assigned to a network of education organizations.
source <xs:element name="EducationOrganizationNetworkId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a network of education organizations.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetwork/NetworkPurpose
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p610.png
namespace http://ed-fi.org/0210
type NetworkPurposeType
properties
content simple
facets
Kind Value Annotation
enumeration Shared Services
enumeration Collective Procurement
annotation
documentation
The purpose(s) of the network (e.g., shared services, collective procurement).
source <xs:element name="NetworkPurpose" type="NetworkPurposeType">
 
<xs:annotation>
   
<xs:documentation>The purpose(s) of the network (e.g., shared services, collective procurement).</xs:documentation>
 
</xs:annotation>
</xs:element>