complexType
AccountIdentityType
element AccountIdentityType/AccountNumber
element AccountIdentityType/FiscalYear
element AccountIdentityType/EducationOrganizationReference
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | AccountNumber FiscalYear EducationOrganizationReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="AccountIdentityType"> <xs:annotation> <xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of accounts.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="AccountNumber" type="AccountNumber"> <xs:annotation> <xs:documentation>The alpha-numeric string that identifies the account.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FiscalYear" type="xs:int"> <xs:annotation> <xs:documentation>The financial accounting year.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element AccountIdentityType/AccountNumber
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | AccountNumber | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AccountNumber" type="AccountNumber"> <xs:annotation> <xs:documentation>The alpha-numeric string that identifies the account.</xs:documentation> </xs:annotation> </xs:element> |
element AccountIdentityType/FiscalYear
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="FiscalYear" type="xs:int"> <xs:annotation> <xs:documentation>The financial accounting year.</xs:documentation> </xs:annotation> </xs:element> |
element AccountIdentityType/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation> </xs:annotation> </xs:element> |