complexType
LearningObjectiveReferenceType
element LearningObjectiveReferenceType/LearningObjectiveIdentity
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | LearningObjectiveIdentity | ||||||||||||||||||||||
used by | |||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="LearningObjectiveReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a LearningObjective. 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="LearningObjectiveIdentity" type="LearningObjectiveIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Identity of a LearningObjective.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element LearningObjectiveReferenceType/LearningObjectiveIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | LearningObjectiveIdentityType | ||||||
properties |
|
||||||
children | Objective AcademicSubject ObjectiveGradeLevel | ||||||
annotation |
|
||||||
source | <xs:element name="LearningObjectiveIdentity" type="LearningObjectiveIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Identity of a LearningObjective.</xs:documentation> </xs:annotation> </xs:element> |