complexType
StaffReferenceType
element StaffReferenceType/StaffIdentity
element StaffReferenceType/StaffLookup
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StaffIdentity StaffLookup | ||||||||||||||||||||||
used by | |||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="StaffReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a Staff. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Extended Reference</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ReferenceType"> <xs:sequence> <xs:element name="StaffIdentity" type="StaffIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Staff.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StaffLookup" type="StaffLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Staff.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StaffReferenceType/StaffIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | StaffIdentityType | ||||||
properties |
|
||||||
children | StaffUniqueId | ||||||
annotation |
|
||||||
source | <xs:element name="StaffIdentity" type="StaffIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Staff.</xs:documentation> </xs:annotation> </xs:element> |
element StaffReferenceType/StaffLookup
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | StaffLookupType | ||||||
properties |
|
||||||
children | StaffUniqueId StaffIdentificationCode Name OtherName Sex BirthDate Telephone ElectronicMail HispanicLatinoEthnicity Race EducationOrganizationReference | ||||||
annotation |
|
||||||
source | <xs:element name="StaffLookup" type="StaffLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Staff.</xs:documentation> </xs:annotation> </xs:element> |