complexType
GradebookEntryReferenceType
element GradebookEntryReferenceType/GradebookEntryIdentity
element GradebookEntryReferenceType/GradebookEntryLookup
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | GradebookEntryIdentity GradebookEntryLookup | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="GradebookEntryReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a GradebookEntry. 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="GradebookEntryIdentity" type="GradebookEntryIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a GradebookEntry.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GradebookEntryLookup" type="GradebookEntryLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a GradebookEntry.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element GradebookEntryReferenceType/GradebookEntryIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | GradebookEntryIdentityType | ||||||
properties |
|
||||||
children | GradebookEntryTitle DateAssigned SectionReference | ||||||
annotation |
|
||||||
source | <xs:element name="GradebookEntryIdentity" type="GradebookEntryIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a GradebookEntry.</xs:documentation> </xs:annotation> </xs:element> |
element GradebookEntryReferenceType/GradebookEntryLookup
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | GradebookEntryLookupType | ||||||
properties |
|
||||||
children | GradebookEntryTitle GradebookEntryType DateAssigned SectionReference GradingPeriodReference | ||||||
annotation |
|
||||||
source | <xs:element name="GradebookEntryLookup" type="GradebookEntryLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a GradebookEntry.</xs:documentation> </xs:annotation> </xs:element> |