complexType AccountIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p42.png
namespace http://ed-fi.org/0200
children AccountNumber FiscalYear EducationOrganizationReference
used by
element AccountReferenceType/AccountIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of accounts.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>395</ann:EdFiId>
source <xs:complexType name="AccountIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of accounts.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>395</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>2002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FiscalYear" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The financial accounting year.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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

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

element AccountIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p45.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing educational organization record in the receiving system.
appinfo
<ann:EdFiId>2003</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2003</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>