simpleType DisciplineActionLength
namespace http://ed-fi.org/0210
type restriction of xs:decimal
properties
base xs:decimal
used by
elements DisciplineAction/ActualDisciplineActionLength DisciplineAction/DisciplineActionLength
facets
Kind Value Annotation
minInclusive 0
totalDigits 5
fractionDigits 2
annotation
documentation
The length, in school days, of the disciplinary action.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="DisciplineActionLength">
 
<xs:annotation>
   
<xs:documentation>The length, in school days, of the disciplinary action.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
   
<xs:totalDigits value="5"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>