complexType
CourseIdentityType
element CourseIdentityType/CourseCode
element CourseIdentityType/EducationOrganizationReference
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | CourseCode EducationOrganizationReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="CourseIdentityType"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Course.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="CourseCode" type="IdentificationCode"> <xs:annotation> <xs:documentation>A unique alphanumeric code assigned to a course.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element CourseIdentityType/CourseCode
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="CourseCode" type="IdentificationCode"> <xs:annotation> <xs:documentation>A unique alphanumeric code assigned to a course.</xs:documentation> </xs:annotation> </xs:element> |
element CourseIdentityType/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity EducationOrganizationLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation> </xs:annotation> </xs:element> |