complexType ProgramCharacteristicDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p975.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace ProgramCharacteristicMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines important characteristics of the Program, such as categories or particular indications.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>322</ann:EdFiId>
source <xs:complexType name="ProgramCharacteristicDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines important characteristics of the Program, such as categories or particular indications.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>322</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="ProgramCharacteristicMap" type="ProgramCharacteristicMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known program characteristic.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>323</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ProgramCharacteristicDescriptor/ProgramCharacteristicMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p976.png
namespace http://ed-fi.org/0200
type ProgramCharacteristicMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration A McKinney-Vento Program for Homelessness
appinfo
<ann:EdFiId>210-001</ann:EdFiId>
annotation
documentation
The mapping to a known program characteristic.
appinfo
<ann:EdFiId>323</ann:EdFiId>
source <xs:element name="ProgramCharacteristicMap" type="ProgramCharacteristicMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known program characteristic.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>323</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>