complexType
ParentReferenceType
element ParentReferenceType/ParentIdentity
element ParentReferenceType/ParentLookup
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ParentIdentity ParentLookup | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="ParentReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a Parent. 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="ParentIdentity" type="ParentIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Parent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ParentLookup" type="ParentLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Parent.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element ParentReferenceType/ParentIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | ParentIdentityType | ||||||
properties |
|
||||||
children | ParentUniqueId | ||||||
annotation |
|
||||||
source | <xs:element name="ParentIdentity" type="ParentIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Parent.</xs:documentation> </xs:annotation> </xs:element> |
element ParentReferenceType/ParentLookup
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | ParentLookupType | ||||||
properties |
|
||||||
children | ParentUniqueId Name OtherName Sex Address Telephone ElectronicMail EducationOrganizationReference | ||||||
annotation |
|
||||||
source | <xs:element name="ParentLookup" type="ParentLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Parent.</xs:documentation> </xs:annotation> </xs:element> |