complexType
SchoolReferenceType
element SchoolReferenceType/SchoolIdentity
element SchoolReferenceType/SchoolLookup
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SchoolIdentity SchoolLookup | ||||||||||||||||||||||
used by | |||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="SchoolReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a School. 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="SchoolIdentity" type="SchoolIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a School.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SchoolLookup" type="SchoolLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a School.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element SchoolReferenceType/SchoolIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | SchoolIdentityType | ||||||
properties |
|
||||||
children | SchoolId | ||||||
annotation |
|
||||||
source | <xs:element name="SchoolIdentity" type="SchoolIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a School.</xs:documentation> </xs:annotation> </xs:element> |
element SchoolReferenceType/SchoolLookup
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | SchoolLookupType | ||||||
properties |
|
||||||
children | SchoolId EducationOrganizationIdentificationCode NameOfInstitution EducationOrganizationCategory | ||||||
annotation |
|
||||||
source | <xs:element name="SchoolLookup" type="SchoolLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a School.</xs:documentation> </xs:annotation> </xs:element> |