complexType License
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p898.png
namespace http://ed-fi.org/0210
children LicenseIdentifier LicensingOrganization LicenseEffectiveDate LicenseExpirationDate LicenseIssueDate LicenseStatus LicenseType AuthorizedFacilityCapacity OldestAgeAuthorizedToServe YoungestAgeAuthorizedToServe
used by
element CommunityProviderLicense/License
annotation
documentation
The legal document showing proof of permission or authorization.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="License">
 
<xs:annotation>
   
<xs:documentation>The legal document showing proof of permission or authorization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="LicenseIdentifier" type="LicenseIdentifier">
     
<xs:annotation>
       
<xs:documentation>The unique identifier issued by the licensing organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LicensingOrganization" type="LicensingOrganization">
     
<xs:annotation>
       
<xs:documentation>The organization issuing the license.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LicenseEffectiveDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The month, day, and year on which a license is active or becomes effective.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LicenseExpirationDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The month, day, and year on which a license will expire.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LicenseIssueDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The month, day, and year on which an active license was issued.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LicenseStatus" type="LicenseStatusDescriptorReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An indication of the status of the license.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>LicenseStatusDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LicenseType" type="LicenseTypeDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>An indication of the category of the license.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>LicenseTypeDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AuthorizedFacilityCapacity" type="Capacity" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The maximum number that can be contained or accommodated which a provider is authorized or licensed to serve.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="OldestAgeAuthorizedToServe" type="AgeAuthorizedToServe" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The oldest age of children a provider is authorized or licensed to serve.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="YoungestAgeAuthorizedToServe" type="AgeAuthorizedToServe" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The youngest age of children a provider is authorized or licensed to serve.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element License/LicenseIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p899.png
namespace http://ed-fi.org/0210
type LicenseIdentifier
properties
content simple
facets
Kind Value Annotation
maxLength 20
annotation
documentation
The unique identifier issued by the licensing organization.
source <xs:element name="LicenseIdentifier" type="LicenseIdentifier">
 
<xs:annotation>
   
<xs:documentation>The unique identifier issued by the licensing organization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element License/LicensingOrganization
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p900.png
namespace http://ed-fi.org/0210
type LicensingOrganization
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
The organization issuing the license.
source <xs:element name="LicensingOrganization" type="LicensingOrganization">
 
<xs:annotation>
   
<xs:documentation>The organization issuing the license.</xs:documentation>
 
</xs:annotation>
</xs:element>

element License/LicenseEffectiveDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p901.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which a license is active or becomes effective.
source <xs:element name="LicenseEffectiveDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which a license is active or becomes effective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element License/LicenseExpirationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p902.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year on which a license will expire.
source <xs:element name="LicenseExpirationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which a license will expire.</xs:documentation>
 
</xs:annotation>
</xs:element>

element License/LicenseIssueDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p903.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year on which an active license was issued.
source <xs:element name="LicenseIssueDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which an active license was issued.</xs:documentation>
 
</xs:annotation>
</xs:element>

element License/LicenseStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p904.png
namespace http://ed-fi.org/0210
type LicenseStatusDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
An indication of the status of the license.
appinfo
<ann:Descriptor>LicenseStatusDescriptor</ann:Descriptor>
source <xs:element name="LicenseStatus" type="LicenseStatusDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication of the status of the license.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>LicenseStatusDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element License/LicenseType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p905.png
namespace http://ed-fi.org/0210
type LicenseTypeDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
An indication of the category of the license.
appinfo
<ann:Descriptor>LicenseTypeDescriptor</ann:Descriptor>
source <xs:element name="LicenseType" type="LicenseTypeDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>An indication of the category of the license.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>LicenseTypeDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element License/AuthorizedFacilityCapacity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p906.png
namespace http://ed-fi.org/0210
type Capacity
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The maximum number that can be contained or accommodated which a provider is authorized or licensed to serve.
source <xs:element name="AuthorizedFacilityCapacity" type="Capacity" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The maximum number that can be contained or accommodated which a provider is authorized or licensed to serve.</xs:documentation>
 
</xs:annotation>
</xs:element>

element License/OldestAgeAuthorizedToServe
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p907.png
namespace http://ed-fi.org/0210
type AgeAuthorizedToServe
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The oldest age of children a provider is authorized or licensed to serve.
source <xs:element name="OldestAgeAuthorizedToServe" type="AgeAuthorizedToServe" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The oldest age of children a provider is authorized or licensed to serve.</xs:documentation>
 
</xs:annotation>
</xs:element>

element License/YoungestAgeAuthorizedToServe
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p908.png
namespace http://ed-fi.org/0210
type AgeAuthorizedToServe
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The youngest age of children a provider is authorized or licensed to serve.
source <xs:element name="YoungestAgeAuthorizedToServe" type="AgeAuthorizedToServe" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The youngest age of children a provider is authorized or licensed to serve.</xs:documentation>
 
</xs:annotation>
</xs:element>