complexType
Account
element Account/AccountNumber
element Account/AccountCode
element Account/FiscalYear
element Account/EducationOrganizationReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AccountNumber AccountCode FiscalYear EducationOrganizationReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="Account"> <xs:annotation> <xs:documentation>This financial entity represents a funding source combined with its purpose and type of transaction. It provides a formal record of the debits and credits relating to the specific account.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="AccountNumber" type="AccountNumber"> <xs:annotation> <xs:documentation>The alphanumeric string that identifies the account.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountCode" type="AccountCodeDescriptorReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The set of account codes defined for the education accounting system organized by account code type (e.g., fund, function, object) that map to the account.</xs:documentation> <xs:appinfo> <ann:Descriptor>AccountCodeDescriptor</ann:Descriptor> </xs:appinfo> </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"> <xs:annotation> <xs:documentation>Relates the account to an Education Organization.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element Account/AccountNumber
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | AccountNumber | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AccountNumber" type="AccountNumber"> <xs:annotation> <xs:documentation>The alphanumeric string that identifies the account.</xs:documentation> </xs:annotation> </xs:element> |
element Account/AccountCode
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AccountCodeDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AccountCode" type="AccountCodeDescriptorReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The set of account codes defined for the education accounting system organized by account code type (e.g., fund, function, object) that map to the account.</xs:documentation> <xs:appinfo> <ann:Descriptor>AccountCodeDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Account/FiscalYear
diagram | |||
namespace | http://ed-fi.org/0210 | ||
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 Account/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity EducationOrganizationLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>Relates the account to an Education Organization.</xs:documentation> </xs:annotation> </xs:element> |