simpleType BehaviorMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element BehaviorDescriptor/BehaviorMap
facets
Kind Value Annotation
enumeration State Offense
enumeration School Violation
enumeration School Code of Conduct
enumeration Other
annotation
documentation
The mapping to a known Behavior.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="BehaviorMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known Behavior.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="State Offense">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School Violation">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School Code of Conduct">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>