complexType EducationOrganizationNetwork
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p537.png
namespace http://ed-fi.org/0200
type extension of EducationOrganization
properties
base EducationOrganization
children StateOrganizationId 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>
<ann:EdFiId>557</ann:EdFiId>
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>
     
<ann:EdFiId>557</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="EducationOrganization">
     
<xs:sequence>
       
<xs:element name="EducationOrganizationNetworkId" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>A unique number or alphanumeric code assigned to a network of education organizations.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1394</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1398</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganizationNetwork/EducationOrganizationNetworkId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p538.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
A unique number or alphanumeric code assigned to a network of education organizations.
appinfo
<ann:EdFiId>1394</ann:EdFiId>
source <xs:element name="EducationOrganizationNetworkId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a network of education organizations.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1394</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganizationNetwork/NetworkPurpose
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p539.png
namespace http://ed-fi.org/0200
type NetworkPurposeType
properties
content simple
facets
Kind Value Annotation
enumeration Shared Services
appinfo
<ann:EdFiId>199-002</ann:EdFiId>
enumeration Collective Procurement
appinfo
<ann:EdFiId>199-001</ann:EdFiId>
annotation
documentation
The purpose(s) of the network (e.g., shared services, collective procurement).
appinfo
<ann:EdFiId>1398</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1398</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>