simpleType ProgramCharacteristicMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element ProgramCharacteristicDescriptor/ProgramCharacteristicMap
facets
Kind Value Annotation
enumeration A McKinney-Vento Program for Homelessness
appinfo
<ann:EdFiId>210-001</ann:EdFiId>
annotation
documentation
Reflects important characteristics of the Program, such as categories or particular indications.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>210</ann:EdFiId>
source <xs:simpleType name="ProgramCharacteristicMapType">
 
<xs:annotation>
   
<xs:documentation>Reflects important characteristics of the Program, such as categories or particular indications.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>210</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="A McKinney-Vento Program for Homelessness">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>210-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>