complexType
StaffIdentificationCode
attribute StaffIdentificationCode/@IdentificationSystem
attribute StaffIdentificationCode/@AssigningOrganizationCode
element StaffIdentificationCode/ID
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
children | ID | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="StaffIdentificationCode"> <xs:annotation> <xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to staff member.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="ID" type="IdentificationCode"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a staff member by a school, school system, a state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="IdentificationSystem" type="StaffIdentificationSystemType" use="required"> <xs:annotation> <xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a staff member.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AssigningOrganizationCode" type="IdentificationCode" use="optional"> <xs:annotation> <xs:documentation>The organization code or name assigning the staff Identification Code.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
attribute StaffIdentificationCode/@IdentificationSystem
type | StaffIdentificationSystemType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="IdentificationSystem" type="StaffIdentificationSystemType" use="required"> <xs:annotation> <xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a staff member.</xs:documentation> </xs:annotation> </xs:attribute> |
attribute StaffIdentificationCode/@AssigningOrganizationCode
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="AssigningOrganizationCode" type="IdentificationCode" use="optional"> <xs:annotation> <xs:documentation>The organization code or name assigning the staff Identification Code.</xs:documentation> </xs:annotation> </xs:attribute> |
element StaffIdentificationCode/ID
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ID" type="IdentificationCode"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a staff member by a school, school system, a state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> |