complexType Credential
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p434.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children EffectiveDate CredentialEndorsement ExpirationDate CredentialField CredentialIdentifier IssuanceDate CredentialType GradeLevel StateOfIssueStateAbbreviation TeachingCredential TeachingCredentialBasis
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
The legal document giving authorization to perform teaching assignment services.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="Credential">
 
<xs:annotation>
   
<xs:documentation>The legal document giving authorization to perform teaching assignment services.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="EffectiveDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The year, month and day on which an active credential held by an individual was issued.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CredentialEndorsement" type="CredentialEndorsement" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Endorsements are attachments to teaching certificates and indicate areas of specialization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ExpirationDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The month, day, and year on which an active credential held by an individual will expire.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CredentialField" type="CredentialFieldDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The field of certification for the certificate (e.g., Mathematics, Music).</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>CredentialFieldDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CredentialIdentifier" type="IdentificationCode">
         
<xs:annotation>
           
<xs:documentation>Identifier or serial number assigned to the credential.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="IssuanceDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The month, day, and year on which an active credential was issued to an individual.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CredentialType" type="CredentialType">
         
<xs:annotation>
           
<xs:documentation>An indication of the category of credential an individual holds.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The grade level(s) certified for teaching.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StateOfIssueStateAbbreviation" type="StateAbbreviationType">
         
<xs:annotation>
           
<xs:documentation>The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TeachingCredential" type="TeachingCredentialDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>An indication of the category of a legal document giving authorization to perform teaching assignment services.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>TeachingCredentialDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TeachingCredentialBasis" type="TeachingCredentialBasisType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indication of the pre-determined criteria for granting the teaching credential that an individual holds.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Credential/EffectiveDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p435.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The year, month and day on which an active credential held by an individual was issued.
source <xs:element name="EffectiveDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The year, month and day on which an active credential held by an individual was issued.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credential/CredentialEndorsement
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p436.png
namespace http://ed-fi.org/0210
type CredentialEndorsement
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 1
maxLength 255
annotation
documentation
Endorsements are attachments to teaching certificates and indicate areas of specialization.
source <xs:element name="CredentialEndorsement" type="CredentialEndorsement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Endorsements are attachments to teaching certificates and indicate areas of specialization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credential/ExpirationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p437.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year on which an active credential held by an individual will expire.
source <xs:element name="ExpirationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which an active credential held by an individual will expire.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credential/CredentialField
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p438.png
namespace http://ed-fi.org/0210
type CredentialFieldDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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
The field of certification for the certificate (e.g., Mathematics, Music).
appinfo
<ann:Descriptor>CredentialFieldDescriptor</ann:Descriptor>
source <xs:element name="CredentialField" type="CredentialFieldDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The field of certification for the certificate (e.g., Mathematics, Music).</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>CredentialFieldDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Credential/CredentialIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p439.png
namespace http://ed-fi.org/0210
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
Identifier or serial number assigned to the credential.
source <xs:element name="CredentialIdentifier" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>Identifier or serial number assigned to the credential.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credential/IssuanceDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p440.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which an active credential was issued to an individual.
source <xs:element name="IssuanceDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which an active credential was issued to an individual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credential/CredentialType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p441.png
namespace http://ed-fi.org/0210
type CredentialType
properties
content simple
facets
Kind Value Annotation
enumeration Certification
enumeration Endorsement
enumeration Licensure
enumeration Other
enumeration Registration
annotation
documentation
An indication of the category of credential an individual holds.
source <xs:element name="CredentialType" type="CredentialType">
 
<xs:annotation>
   
<xs:documentation>An indication of the category of credential an individual holds.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credential/GradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p442.png
namespace http://ed-fi.org/0210
type GradeLevelDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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
The grade level(s) certified for teaching.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade level(s) certified for teaching.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Credential/StateOfIssueStateAbbreviation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p443.png
namespace http://ed-fi.org/0210
type StateAbbreviationType
properties
content simple
facets
Kind Value Annotation
enumeration AA
enumeration AE
enumeration AK
enumeration AL
enumeration AP
enumeration AR
enumeration AS
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DC
enumeration DE
enumeration FL
enumeration FM
enumeration GA
enumeration GU
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MH
enumeration MI
enumeration MN
enumeration MO
enumeration MP
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration PR
enumeration PW
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VI
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
annotation
documentation
The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued.
source <xs:element name="StateOfIssueStateAbbreviation" type="StateAbbreviationType">
 
<xs:annotation>
   
<xs:documentation>The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credential/TeachingCredential
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p444.png
namespace http://ed-fi.org/0210
type TeachingCredentialDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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
An indication of the category of a legal document giving authorization to perform teaching assignment services.
appinfo
<ann:Descriptor>TeachingCredentialDescriptor</ann:Descriptor>
source <xs:element name="TeachingCredential" type="TeachingCredentialDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>An indication of the category of a legal document giving authorization to perform teaching assignment services.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>TeachingCredentialDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Credential/TeachingCredentialBasis
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p445.png
namespace http://ed-fi.org/0210
type TeachingCredentialBasisType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 4-year bachelor's degree
enumeration 5-year bachelor's degree
enumeration Master's degree
enumeration Doctoral degree
enumeration Met state testing requirement
enumeration Special/alternative program completion
enumeration Relevant experience
enumeration Credentials based on reciprocation with another state
annotation
documentation
An indication of the pre-determined criteria for granting the teaching credential that an individual holds.
source <xs:element name="TeachingCredentialBasis" type="TeachingCredentialBasisType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication of the pre-determined criteria for granting the teaching credential that an individual holds.</xs:documentation>
 
</xs:annotation>
</xs:element>