simpleType NumberOfYears
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
elements Staff/YearsOfPriorProfessionalExperience Staff/YearsOfPriorTeachingExperience
facets
Kind Value Annotation
totalDigits 5
fractionDigits 2
annotation
documentation
The number of years expressed as whole and fractional units.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>620</ann:EdFiId>
source <xs:simpleType name="NumberOfYears">
 
<xs:annotation>
   
<xs:documentation>The number of years expressed as whole and fractional units.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>620</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:totalDigits value="5"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>