complexType
LearningObjectiveIdentityType
element LearningObjectiveIdentityType/LearningObjectiveId
element LearningObjectiveIdentityType/Objective
element LearningObjectiveIdentityType/ContentStandard
diagram | ![]() |
||||
namespace | http://ed-fi.org/0110 | ||||
children | LearningObjectiveId Objective ContentStandard | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="LearningObjectiveIdentityType"> <xs:annotation> <xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Learning Objective</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:choice> <xs:element name="LearningObjectiveId" type="xs:string"> <xs:annotation> <xs:documentation>Identifier associated with a learning objective.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Objective" type="Objective"> <xs:annotation> <xs:documentation>The designated title of the learning objective.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:element name="ContentStandard" type="ContentStandardType" minOccurs="0"> <xs:annotation> <xs:documentation>The content standard from which the learning standard was derived.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element LearningObjectiveIdentityType/LearningObjectiveId
diagram | ![]() |
||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="LearningObjectiveId" type="xs:string"> <xs:annotation> <xs:documentation>Identifier associated with a learning objective.</xs:documentation> </xs:annotation> </xs:element> |
element LearningObjectiveIdentityType/Objective
diagram | ![]() |
|||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | Objective | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Objective" type="Objective"> <xs:annotation> <xs:documentation>The designated title of the learning objective.</xs:documentation> </xs:annotation> </xs:element> |
element LearningObjectiveIdentityType/ContentStandard
diagram | ![]() |
||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | ContentStandardType | ||||||||
properties |
|
||||||||
children | Title Version PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate | ||||||||
annotation |
|
||||||||
source | <xs:element name="ContentStandard" type="ContentStandardType" minOccurs="0"> <xs:annotation> <xs:documentation>The content standard from which the learning standard was derived.</xs:documentation> </xs:annotation> </xs:element> |