complexType
CourseReferenceType
element CourseReferenceType/CourseIdentity
| diagram | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | extension of ReferenceType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | CourseIdentity | ||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:complexType name="CourseReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for courses during interchange. Use XML IDREF to reference a course record that is included in the interchange</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="CourseIdentity" type="CourseIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing course record in the receiving system. Two cases are supported: 1. StateCourseCode or other standard course code 2. SchoolOrganizationID + LocalCourseCode</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element CourseReferenceType/CourseIdentity
| diagram | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | CourseIdentityType | ||||||||
| properties |
|
||||||||
| children | CourseCode EducationOrganizationReference | ||||||||
| annotation |
|
||||||||
| source | <xs:element name="CourseIdentity" type="CourseIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing course record in the receiving system. Two cases are supported: 1. StateCourseCode or other standard course code 2. SchoolOrganizationID + LocalCourseCode</xs:documentation> </xs:annotation> </xs:element> |


