complexType
StaffIdentityType
element StaffIdentityType/StaffUniqueId
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | StaffUniqueId | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="StaffIdentityType"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Staff.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </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:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element StaffIdentityType/StaffUniqueId
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | UniqueId | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="StaffUniqueId" type="UniqueId"> <xs:annotation> <xs:documentation>A unique alphanumeric code assigned to a staff.</xs:documentation> </xs:annotation> </xs:element> |