complexType
SectionLookupType
element SectionLookupType/SectionIdentifier
element SectionLookupType/CourseOfferingReference
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | SectionIdentifier CourseOfferingReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="SectionLookupType"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Section.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Lookup</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="SectionIdentifier" type="SectionIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>The local identifier assigned to a section.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseOfferingReference" type="CourseOfferingReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The course offering taught in the Section.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element SectionLookupType/SectionIdentifier
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | SectionIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="SectionIdentifier" type="SectionIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>The local identifier assigned to a section.</xs:documentation> </xs:annotation> </xs:element> |
element SectionLookupType/CourseOfferingReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CourseOfferingReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CourseOfferingIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CourseOfferingReference" type="CourseOfferingReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The course offering taught in the Section.</xs:documentation> </xs:annotation> </xs:element> |