complexType AccountIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p50.png
namespace http://ed-fi.org/0210
children AccountNumber FiscalYear EducationOrganizationReference
used by
element AccountReferenceType/AccountIdentity
annotation
documentation
Identity of an Account.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="AccountIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of an Account.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="AccountNumber" type="AccountNumber">
     
<xs:annotation>
       
<xs:documentation>The alphanumeric string that identifies the account.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FiscalYear" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The financial accounting year.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the account to an Education Organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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

element AccountIdentityType/FiscalYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p52.png
namespace http://ed-fi.org/0210
type xs:int
properties
content simple
annotation
documentation
The financial accounting year.
source <xs:element name="FiscalYear" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The financial accounting year.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccountIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p53.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the account to an Education Organization.</xs:documentation>
 
</xs:annotation>
</xs:element>