complexType
StudentCompetencyObjectiveReferenceType
element StudentCompetencyObjectiveReferenceType/StudentCompetencyObjectiveIdentity
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentCompetencyObjectiveIdentity | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="StudentCompetencyObjectiveReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for Learning Objective reference during interchange. Use XML IDREF to reference a learning standard 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="StudentCompetencyObjectiveIdentity" type="StudentCompetencyObjectiveIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing student competency objective record in the receiving system</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentCompetencyObjectiveReferenceType/StudentCompetencyObjectiveIdentity
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | StudentCompetencyObjectiveIdentityType | ||||||||
properties |
|
||||||||
children | StudentCompetencyObjectiveId Objective | ||||||||
annotation |
|
||||||||
source | <xs:element name="StudentCompetencyObjectiveIdentity" type="StudentCompetencyObjectiveIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing student competency objective record in the receiving system</xs:documentation> </xs:annotation> </xs:element> |