complexType
StaffProgramAssociationIdentityType
element StaffProgramAssociationIdentityType/StaffReference
element StaffProgramAssociationIdentityType/ProgramReference
element StaffProgramAssociationIdentityType/BeginDate
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | StaffReference ProgramReference BeginDate | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="StaffProgramAssociationIdentityType"> <xs:annotation> <xs:documentation>Identity of a StaffProgramAssociation.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>The Staff associated with the Program.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProgramReference" type="ProgramReferenceType"> <xs:annotation> <xs:documentation>The Program associated to the Staff.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>Start date for the association of staff to this program.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element StaffProgramAssociationIdentityType/StaffReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StaffReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StaffIdentity StaffLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>The Staff associated with the Program.</xs:documentation> </xs:annotation> </xs:element> |
element StaffProgramAssociationIdentityType/ProgramReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ProgramReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ProgramIdentity ProgramLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="ProgramReference" type="ProgramReferenceType"> <xs:annotation> <xs:documentation>The Program associated to the Staff.</xs:documentation> </xs:annotation> </xs:element> |
element StaffProgramAssociationIdentityType/BeginDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>Start date for the association of staff to this program.</xs:documentation> </xs:annotation> </xs:element> |