complexType StaffCohortAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1325.png
namespace http://ed-fi.org/0210
children StaffReference CohortReference BeginDate
used by
element StaffCohortAssociationReferenceType/StaffCohortAssociationIdentity
annotation
documentation
Identity of a StaffCohortAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StaffCohortAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StaffCohortAssociation.</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 cohort of students.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CohortReference" type="CohortReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to the Cohort associated with 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 cohort.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffCohortAssociationIdentityType/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1326.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 cohort of students.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff associated with the cohort of students.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffCohortAssociationIdentityType/CohortReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1327.png
namespace http://ed-fi.org/0210
type CohortReferenceType
properties
content complex
children CohortIdentity
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
Reference to the Cohort associated with the Staff.
source <xs:element name="CohortReference" type="CohortReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the Cohort associated with the Staff.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffCohortAssociationIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1328.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Start date for the association of staff to this cohort.
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Start date for the association of staff to this cohort.</xs:documentation>
 
</xs:annotation>
</xs:element>