complexType
AccountReferenceType
element AccountReferenceType/AccountIdentity
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AccountIdentity | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="AccountReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for finance accounts during interchange. Use XML IDREF to reference a course 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="AccountIdentity" type="AccountIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing account record in the receiving system. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element AccountReferenceType/AccountIdentity
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | AccountIdentityType | ||||||||
properties |
|
||||||||
children | AccountNumber FiscalYear EducationOrganizationReference | ||||||||
annotation |
|
||||||||
source | <xs:element name="AccountIdentity" type="AccountIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing account record in the receiving system. </xs:documentation> </xs:annotation> </xs:element> |