complexType CohortIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p231.png
namespace http://ed-fi.org/0110
children CohortIdentifier EducationOrganizationReference
used by
element CohortReferenceType/CohortIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of cohorts.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CohortIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of cohorts.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CohortIdentifier" type="CohortIdentifier">
     
<xs:annotation>
       
<xs:documentation>The name or ID for the cohort.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CohortIdentityType/CohortIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p232.png
namespace http://ed-fi.org/0110
type CohortIdentifier
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 20 
annotation
documentation
The name or ID for the cohort.
source <xs:element name="CohortIdentifier" type="CohortIdentifier">
 
<xs:annotation>
   
<xs:documentation>The name or ID for the cohort.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CohortIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p233.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provide user information to lookup and link to an existing educational organization record in the receiving system
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>