complexType EducationOrganizationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p591.png
namespace http://ed-fi.org/0210
children EducationOrganizationId
used by
element EducationOrganizationReferenceType/EducationOrganizationIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of an EducationOrganization.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="EducationOrganizationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of an EducationOrganization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationOrganizationId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to an education organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EducationOrganizationIdentityType/EducationOrganizationId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p592.png
namespace http://ed-fi.org/0210
type xs:int
properties
content simple
annotation
documentation
The identifier assigned to an education organization.
source <xs:element name="EducationOrganizationId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to an education organization.</xs:documentation>
 
</xs:annotation>
</xs:element>