complexType EducationOrganizationNetwork
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p438.png
namespace http://ed-fi.org/0110
type extension of EducationOrganization
properties
base EducationOrganization
children StateOrganizationId EducationOrgIdentificationCode NameOfInstitution ShortNameOfInstitution OrganizationCategories Address Telephone WebSite OperationalStatus AccountabilityRatings ProgramReference EducationOrganizationPeerReference NetworkPurpose
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
A self-organized membership network of peer-level EdOrgs intended to provide shared services or collective procurement.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="EducationOrganizationNetwork">
 
<xs:annotation>
   
<xs:documentation>A self-organized membership network of peer-level EdOrgs 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="NetworkPurpose" type="NetworkPurposeType">
         
<xs:annotation>
           
<xs:documentation>The purpose(s) of the network, e.g. shared services, collective procurement, etc.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganizationNetwork/NetworkPurpose
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p439.png
namespace http://ed-fi.org/0110
type NetworkPurposeType
properties
isRef 0
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, etc.
source <xs:element name="NetworkPurpose" type="NetworkPurposeType">
 
<xs:annotation>
   
<xs:documentation>The purpose(s) of the network, e.g. shared services, collective procurement, etc.</xs:documentation>
 
</xs:annotation>
</xs:element>