simpleType IncidentIdentifier
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements DisciplineIncident/IncidentIdentifier DisciplineIncidentIdentityType/IncidentIdentifier
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
A locally assigned unique identifier (within the school or school district) to identify each specific incident or occurrence. The same identifier should be used to document the entire incident even if it included multiple offenses and multiple offenders.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>59</ann:EdFiId>
source <xs:simpleType name="IncidentIdentifier">
 
<xs:annotation>
   
<xs:documentation>A locally assigned unique identifier (within the school or school district) to identify each specific incident or occurrence. The same identifier should be used to document the entire incident even if it included multiple offenses and multiple offenders.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>59</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>