complexType AccountCodeDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p37.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace AccountCodeCategory BeginDate EndDate
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor holds the set of account codes defined for the education accounting system organized by account code type (e.g., fund, function, object).
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>266</ann:EdFiId>
source <xs:complexType name="AccountCodeDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor holds the set of account codes defined for the education accounting system organized by account code type (e.g., fund, function, object).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>266</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="AccountCodeCategory" type="AccountCodeCategory">
         
<xs:annotation>
           
<xs:documentation>The type of the account code (e.g., fund, function, object).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>267</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The first date the account code is valid.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>268</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The last date the account code is valid.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>269</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AccountCodeDescriptor/AccountCodeCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p38.png
namespace http://ed-fi.org/0200
type AccountCodeCategory
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The type of the account code (e.g., fund, function, object).
appinfo
<ann:EdFiId>267</ann:EdFiId>
source <xs:element name="AccountCodeCategory" type="AccountCodeCategory">
 
<xs:annotation>
   
<xs:documentation>The type of the account code (e.g., fund, function, object).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>267</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AccountCodeDescriptor/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p39.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The first date the account code is valid.
appinfo
<ann:EdFiId>268</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The first date the account code is valid.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>268</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AccountCodeDescriptor/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p40.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The last date the account code is valid.
appinfo
<ann:EdFiId>269</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The last date the account code is valid.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>269</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>