complexType BudgetIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p214.png
namespace http://ed-fi.org/0210
children AsOfDate AccountReference
used by
element BudgetReferenceType/BudgetIdentity
annotation
documentation
Identity of a Budget.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="BudgetIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a Budget.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="AsOfDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The date of the reported budget element.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AccountReference" type="AccountReferenceType">
     
<xs:annotation>
       
<xs:documentation>Account with which the Budget is associated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BudgetIdentityType/AsOfDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p215.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The date of the reported budget element.
source <xs:element name="AsOfDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date of the reported budget element.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BudgetIdentityType/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p216.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="AccountReference" type="AccountReferenceType">
 
<xs:annotation>
   
<xs:documentation>Account with which the Budget is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>