simpleType CostRateType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element EducationContent/CostRate
facets
Kind Value Annotation
enumeration Flat Fee
appinfo
<ann:EdFiId>145-001</ann:EdFiId>
enumeration Per Student
appinfo
<ann:EdFiId>145-002</ann:EdFiId>
annotation
documentation
The rate by which a cost applies (e.g. $1 per student).
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>145</ann:EdFiId>
source <xs:simpleType name="CostRateType">
 
<xs:annotation>
   
<xs:documentation>The rate by which a cost applies (e.g. $1 per student).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>145</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Flat Fee">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>145-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Per Student">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>145-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>