simpleType IdentificationCode
namespace http://ed-fi.org/0210
type restriction of xs:string
properties
base xs:string
used by
elements StudentIdentificationCode/AssigningOrganizationIdentificationCode StaffIdentificationCode/AssigningOrganizationIdentificationCode CourseIdentificationCode/AssigningOrganizationIdentificationCode AssessmentIdentificationCode/AssigningOrganizationIdentificationCode Calendar/CalendarCode CalendarIdentityType/CalendarCode CompetencyObjective/CompetencyObjectiveId Course/CourseCode CourseIdentityType/CourseCode CourseLookupType/CourseCode Credential/CredentialIdentifier CredentialIdentityType/CredentialIdentifier ObjectiveAssessment/IdentificationCode ObjectiveAssessmentIdentityType/IdentificationCode AssessmentIdentificationCode/IdentificationCode AssessmentItemIdentityType/IdentificationCode CourseIdentificationCode/IdentificationCode EducationOrganizationIdentificationCode/IdentificationCode LearningStandardIdentificationCode/IdentificationCode PostSecondaryInstitutionIdentificationCode/IdentificationCode StaffIdentificationCode/IdentificationCode StudentIdentificationCode/IdentificationCode AssessmentItem/IdentificationCode Intervention/InterventionIdentificationCode InterventionIdentityType/InterventionIdentificationCode InterventionPrescription/InterventionPrescriptionIdentificationCode InterventionPrescriptionIdentityType/InterventionPrescriptionIdentificationCode InterventionStudy/InterventionStudyIdentificationCode InterventionStudyIdentityType/InterventionStudyIdentificationCode IdentificationDocument/IssuerDocumentIdentificationCode LearningStandard/LearningStandardItemCode Parent/LoginId Staff/LoginId Student/LoginId StudentAssessment/SerialNumber Session/SessionName SessionIdentityType/SessionName SessionLookupType/SessionName
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>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>