complexType
LearningStandardReferenceType
element LearningStandardReferenceType/LearningStandardIdentity
element LearningStandardReferenceType/LearningStandardLookup
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | LearningStandardIdentity LearningStandardLookup | ||||||||||||||||||||||
used by | |||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="LearningStandardReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a LearningStandard. 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="LearningStandardIdentity" type="LearningStandardIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a LearningStandard.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LearningStandardLookup" type="LearningStandardLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a LearningStandard.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element LearningStandardReferenceType/LearningStandardIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | LearningStandardIdentityType | ||||||
properties |
|
||||||
children | LearningStandardId | ||||||
annotation |
|
||||||
source | <xs:element name="LearningStandardIdentity" type="LearningStandardIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a LearningStandard.</xs:documentation> </xs:annotation> </xs:element> |
element LearningStandardReferenceType/LearningStandardLookup
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | LearningStandardLookupType | ||||||
properties |
|
||||||
children | LearningStandardId LearningStandardIdentificationCode ContentStandard GradeLevel AcademicSubject | ||||||
annotation |
|
||||||
source | <xs:element name="LearningStandardLookup" type="LearningStandardLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a LearningStandard.</xs:documentation> </xs:annotation> </xs:element> |