complexType StaffProgramAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1419.png
namespace http://ed-fi.org/0210
children StaffReference ProgramReference BeginDate
used by
element StaffProgramAssociationReferenceType/StaffProgramAssociationIdentity
annotation
documentation
Identity of a StaffProgramAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1420.png
namespace http://ed-fi.org/0210
type StaffReferenceType
properties
content complex
children StaffIdentity StaffLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Staff associated with the Program.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1421.png
namespace http://ed-fi.org/0210
type ProgramReferenceType
properties
content complex
children ProgramIdentity ProgramLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Program associated to the Staff.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1422.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Start date for the association of staff to this program.
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>