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