complexType
Account
element Account/AccountNumber
element Account/AccountCodes
element Account/FiscalYear
element Account/EducationOrganizationReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AccountNumber AccountCodes 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 alpha-numeric string that identifies the account.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountCodes" 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, etc.) 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" minOccurs="0"> <xs:annotation> <xs:documentation>This association denotes the Education Organization with which the account, its budget, transactions, and actuals are associated.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element Account/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 Account/AccountCodes
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | AccountCodeDescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description AccountCodeType | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="AccountCodes" 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, etc.) 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/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 Account/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>This association denotes the Education Organization with which the account, its budget, transactions, and actuals are associated.</xs:documentation> </xs:annotation> </xs:element> |