complexType SchoolIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1192.png
namespace http://ed-fi.org/0210
children SchoolId
used by
element SchoolReferenceType/SchoolIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of a School.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="SchoolIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a School.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SchoolId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to a school.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SchoolIdentityType/SchoolId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1193.png
namespace http://ed-fi.org/0210
type xs:int
properties
content simple
annotation
documentation
The identifier assigned to a school.
source <xs:element name="SchoolId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a school.</xs:documentation>
 
</xs:annotation>
</xs:element>