complexType EducationServiceCenterIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p645.png
namespace http://ed-fi.org/0210
children EducationServiceCenterId
used by
element EducationServiceCenterReferenceType/EducationServiceCenterIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of an EducationServiceCenter.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="EducationServiceCenterIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of an EducationServiceCenter.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationServiceCenterId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to an education service center.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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