simpleType IdentificationCode
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements StudentIdentificationCode/AssigningOrganizationIdentificationCode StaffIdentificationCode/AssigningOrganizationIdentificationCode CourseIdentificationCode/AssigningOrganizationIdentificationCode AssessmentIdentificationCode/AssigningOrganizationIdentificationCode AssessmentFamilyIdentificationCode/AssigningOrganizationIdentificationCode CompetencyObjective/CompetencyObjectiveId Course/CourseCode CourseIdentityType/CourseCode CourseLookupType/CourseCode CourseIdentificationCode/IdentificationCode EducationOrganizationIdentificationCode/IdentificationCode LearningStandardIdentificationCode/IdentificationCode PostSecondaryInstitutionIdentificationCode/IdentificationCode StaffIdentificationCode/IdentificationCode ObjectiveAssessment/IdentificationCode StudentIdentificationCode/IdentificationCode AssessmentItemIdentityType/IdentificationCode AssessmentItem/IdentificationCode ObjectiveAssessmentIdentityType/IdentificationCode AssessmentFamilyIdentificationCode/IdentificationCode AssessmentIdentificationCode/IdentificationCode Intervention/InterventionIdentificationCode InterventionIdentityType/InterventionIdentificationCode InterventionPrescription/InterventionPrescriptionIdentificationCode InterventionPrescriptionIdentityType/InterventionPrescriptionIdentificationCode InterventionStudy/InterventionStudyIdentificationCode IdentificationDocument/IssuerDocumentIdentificationCode LearningStandard/LearningStandardItemCode Parent/LoginId Student/LoginId Staff/LoginId StudentAssessment/SerialNumber SessionLookupType/SessionName Session/SessionName EducationOrganization/StateOrganizationId
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, a state, or other agency or entity.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>57</ann:EdFiId>
source <xs:simpleType name="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, a state, or other agency or entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>57</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>