complexType
AccountCodeDescriptor
element AccountCodeDescriptor/AccountCodeType
element AccountCodeDescriptor/BeginDate
element AccountCodeDescriptor/EndDate
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | extension of DescriptorType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor AccountCodeType BeginDate EndDate | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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, etc.)</xs:documentation> <xs:appinfo> <ann:TypeGroup>Descriptor</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="DescriptorType"> <xs:sequence> <xs:element name="AccountCodeType" type="AccountCodeType"> <xs:annotation> <xs:documentation>The type of the account code (e.g., fund, function, object)</xs:documentation> </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: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:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element AccountCodeDescriptor/AccountCodeType
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | AccountCodeType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AccountCodeType" type="AccountCodeType"> <xs:annotation> <xs:documentation>The type of the account code (e.g., fund, function, object)</xs:documentation> </xs:annotation> </xs:element> |
element AccountCodeDescriptor/BeginDate
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:date | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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:annotation> </xs:element> |
element AccountCodeDescriptor/EndDate
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:date | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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:annotation> </xs:element> |