complexType Account
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p24.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children AccountNumber AccountCode FiscalYear EducationOrganizationReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs: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>
<ann:EdFiId>537</ann:EdFiId>
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>
     
<ann:EdFiId>537</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1206</ann:EdFiId>
           
</xs:appinfo>
         
</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:EdFiId>1205</ann:EdFiId>
           
</xs:appinfo>
           
<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:appinfo>
             
<ann:EdFiId>1208</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the account to an Education Organization.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1207</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Account/AccountNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p25.png
namespace http://ed-fi.org/0200
type AccountNumber
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The alphanumeric string that identifies the account.
appinfo
<ann:EdFiId>1206</ann:EdFiId>
source <xs:element name="AccountNumber" type="AccountNumber">
 
<xs:annotation>
   
<xs:documentation>The alphanumeric string that identifies the account.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1206</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Account/AccountCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p26.png
namespace http://ed-fi.org/0200
type AccountCodeDescriptorReferenceType
properties
minOcc 1
maxOcc unbounded
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
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.
appinfo
<ann:EdFiId>1205</ann:EdFiId>
appinfo
<ann:Descriptor>AccountCodeDescriptor</ann:Descriptor>
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:EdFiId>1205</ann:EdFiId>
   
</xs:appinfo>
   
<xs:appinfo>
     
<ann:Descriptor>AccountCodeDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Account/FiscalYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p27.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
The financial accounting year.
appinfo
<ann:EdFiId>1208</ann:EdFiId>
source <xs:element name="FiscalYear" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The financial accounting year.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1208</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Account/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p28.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Relates the account to an Education Organization.
appinfo
<ann:EdFiId>1207</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the account to an Education Organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1207</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>