complexType Budget
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p218.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children Amount AsOfDate AccountReference
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 the amount of monies allocated to be spent or received by an education organization as related to a specific account.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>544</ann:EdFiId>
source <xs:complexType name="Budget">
 
<xs:annotation>
   
<xs:documentation>This financial entity represents the amount of monies allocated to be spent or received by an education organization as related to a specific account.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>544</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="Amount" type="Currency">
         
<xs:annotation>
           
<xs:documentation>Amount budgeted for the account for this fiscal year.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1268</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AsOfDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The date of the reported budget element.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1269</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AccountReference" type="AccountReferenceType">
         
<xs:annotation>
           
<xs:documentation>Account with which the Budget is associated.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1267</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Budget/Amount
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p219.png
namespace http://ed-fi.org/0200
type Currency
properties
content simple
annotation
documentation
Amount budgeted for the account for this fiscal year.
appinfo
<ann:EdFiId>1268</ann:EdFiId>
source <xs:element name="Amount" type="Currency">
 
<xs:annotation>
   
<xs:documentation>Amount budgeted for the account for this fiscal year.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1268</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Budget/AsOfDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p220.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The date of the reported budget element.
appinfo
<ann:EdFiId>1269</ann:EdFiId>
source <xs:element name="AsOfDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date of the reported budget element.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1269</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Budget/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p221.png
namespace http://ed-fi.org/0200
type AccountReferenceType
properties
content complex
children AccountIdentity
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
Account with which the Budget is associated.
appinfo
<ann:EdFiId>1267</ann:EdFiId>
source <xs:element name="AccountReference" type="AccountReferenceType">
 
<xs:annotation>
   
<xs:documentation>Account with which the Budget is associated.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1267</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>