complexType StaffIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1215.png
namespace http://ed-fi.org/0200
children StaffUniqueId
used by
element StaffReferenceType/StaffIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of staff members.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>459</ann:EdFiId>
source <xs:complexType name="StaffIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of staff members.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>459</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StaffUniqueId" type="UniqueId">
     
<xs:annotation>
       
<xs:documentation>A unique alphanumeric code assigned to a staff.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2076</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffIdentityType/StaffUniqueId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1216.png
namespace http://ed-fi.org/0200
type UniqueId
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 32
annotation
documentation
A unique alphanumeric code assigned to a staff.
appinfo
<ann:EdFiId>2076</ann:EdFiId>
source <xs:element name="StaffUniqueId" type="UniqueId">
 
<xs:annotation>
   
<xs:documentation>A unique alphanumeric code assigned to a staff.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2076</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>