simpleType IdentificationCode
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements AssessmentItemIdentityType/AssessmentItemIdentificationCode AssessmentIdentificationCode/ID CourseCode/ID EducationOrgIdentificationCode/ID StaffIdentificationCode/ID AssessmentItem/IdentificationCode ObjectiveAssessment/IdentificationCode LearningStandardId/IdentificationCode StudentIdentificationCode/IdentificationCode LearningStandard/LearningStandardItemCode Parent/LoginId Staff/LoginId Student/LoginId ObjectiveAssessmentIdentityType/ObjectiveAssessmentIdentificationCode StudentAssessment/SerialNumber Session/SessionName SessionIdentityType/SessionName EducationOrganization/StateOrganizationId EducationOrganizationIdentityType/StateOrganizationId SectionIdentityType/StateOrganizationId SessionIdentityType/StateOrganizationId StudentCompetencyObjective/StudentCompetencyObjectiveId StudentCompetencyObjectiveIdentityType/StudentCompetencyObjectiveId
attributes AssessmentIdentificationCode/@AssigningOrganizationCode CourseCode/@AssigningOrganizationCode StaffIdentificationCode/@AssigningOrganizationCode StudentIdentificationCode/@AssigningOrganizationCode
facets
Kind Value annotation 
minLength 
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>