simpleType
BehaviorMapType
namespace | http://ed-fi.org/0110 | |||||||||||||||
type | restriction of xs:token | |||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="BehaviorMapType"> <xs:annotation> <xs:documentation>Enumeration items defining the categories of behavior coded for use in describing an incident.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="State Offense"/> <xs:enumeration value="School Violation"/> <xs:enumeration value="School Code of Conduct"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |