complexType EducationOrganizationNetworkIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p545.png
namespace http://ed-fi.org/0200
children EducationOrganizationNetworkId
used by
element EducationOrganizationNetworkReferenceType/EducationOrganizationNetworkIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of educational organization networks.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>421</ann:EdFiId>
source <xs:complexType name="EducationOrganizationNetworkIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of educational organization networks.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>421</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<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>2030</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EducationOrganizationNetworkIdentityType/EducationOrganizationNetworkId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p546.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>2030</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>2030</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>