complexType LicenseTypeDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p912.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace LicenseTypeMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the type of a license.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="LicenseTypeDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the type of a license.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="LicenseTypeMap" type="LicenseTypeMapType">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known LicenseType enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LicenseTypeDescriptor/LicenseTypeMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p913.png
namespace http://ed-fi.org/0210
type LicenseTypeMapType
properties
content simple
facets
Kind Value Annotation
enumeration Before- and After-School Programs
enumeration Child Care Center
enumeration Child Care Program
enumeration Child Placing Agency
enumeration Day Treatment Program
enumeration Family Child Care Home
enumeration Independent Foster Home
enumeration Large Family Child Care Home
enumeration Night Care
enumeration Purchase of Care
enumeration Residential Child Care
enumeration School Age Program
enumeration Shelter Care
enumeration Specialized Day Care
enumeration Temporary Shelter Care
annotation
documentation
The mapping to a known LicenseType enumeration type.
source <xs:element name="LicenseTypeMap" type="LicenseTypeMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known LicenseType enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>