complexType
ParentReferenceType
element ParentReferenceType/ParentIdentity
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ParentIdentity | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="ParentReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for Parent reference during interchange (including teachers). Use XML IDREF to reference a staff record that is included in the interchange</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 the possible attributes that can be used to lookup the identity of parents and guardians</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element ParentReferenceType/ParentIdentity
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | ParentIdentityType | ||||||||
properties |
|
||||||||
children | PersonUniqueStateId ParentUniqueStateId Name OtherName Sex Address Telephone ElectronicMail | ||||||||
annotation |
|
||||||||
source | <xs:element name="ParentIdentity" type="ParentIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of parents and guardians</xs:documentation> </xs:annotation> </xs:element> |