complexType Account
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p22.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children AccountNumber AccountCodes FiscalYear EducationOrganizationReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
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.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p23.png
namespace http://ed-fi.org/0110
type AccountNumber
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 50 
annotation
documentation
The alpha-numeric string that identifies the account.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p24.png
namespace http://ed-fi.org/0110
type AccountCodeDescriptorReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children CodeValue ShortDescription Description AccountCodeType
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
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.
appinfo
<ann:Descriptor>AccountCodeDescriptor</ann:Descriptor>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p25.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
content simple
annotation
documentation
The financial accounting year.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p26.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
This association denotes the Education Organization with which the account, its budget, transactions, and actuals are associated.
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>