complexType
StudentCompetencyReferenceType
element StudentCompetencyReferenceType/StudentCompetencyIdentity
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentCompetencyIdentity | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="StudentCompetencyReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for student competencies. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to lookup 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="StudentCompetencyIdentity" type="StudentCompetencyIdentityType" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentCompetencyReferenceType/StudentCompetencyIdentity
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | StudentCompetencyIdentityType | ||||||||
properties |
|
||||||||
children | LearningObjectiveReference StudentCompetencyObjectiveReference StudentSectionAssociationReference | ||||||||
source | <xs:element name="StudentCompetencyIdentity" type="StudentCompetencyIdentityType" minOccurs="0"/> |