complexType
CourseReferenceType
element CourseReferenceType/CourseIdentity
element CourseReferenceType/CourseLookup
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CourseIdentity CourseLookup | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="CourseReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a Course. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously.</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>Encapsulates primary attributes that can be used to look up the identity of a Course.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseLookup" type="CourseLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Course.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element CourseReferenceType/CourseIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | CourseIdentityType | ||||||
properties |
|
||||||
children | CourseCode EducationOrganizationReference | ||||||
annotation |
|
||||||
source | <xs:element name="CourseIdentity" type="CourseIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Course.</xs:documentation> </xs:annotation> </xs:element> |
element CourseReferenceType/CourseLookup
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | CourseLookupType | ||||||
properties |
|
||||||
children | CourseCode CourseTitle CourseIdentificationCode EducationOrganizationReference | ||||||
annotation |
|
||||||
source | <xs:element name="CourseLookup" type="CourseLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Course.</xs:documentation> </xs:annotation> </xs:element> |