complexType
CommunityProviderLicense
element CommunityProviderLicense/CommunityProviderReference
element CommunityProviderLicense/License
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | CommunityProviderReference License | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="CommunityProviderLicense"> <xs:annotation> <xs:documentation>The legal document held by the CommunityProvider that authorizes the holder to perform certain functions and or services.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="CommunityProviderReference" type="CommunityProviderReferenceType"> <xs:annotation> <xs:documentation>Relates the license to the CommunityProvider.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="License" type="License"> <xs:annotation> <xs:documentation>The legal document showing proof of permission or authorization.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element CommunityProviderLicense/CommunityProviderReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CommunityProviderReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CommunityProviderIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CommunityProviderReference" type="CommunityProviderReferenceType"> <xs:annotation> <xs:documentation>Relates the license to the CommunityProvider.</xs:documentation> </xs:annotation> </xs:element> |
element CommunityProviderLicense/License
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | License | ||
properties |
|
||
children | LicenseIdentifier LicensingOrganization LicenseEffectiveDate LicenseExpirationDate LicenseIssueDate LicenseStatus LicenseType AuthorizedFacilityCapacity OldestAgeAuthorizedToServe YoungestAgeAuthorizedToServe | ||
annotation |
|
||
source | <xs:element name="License" type="License"> <xs:annotation> <xs:documentation>The legal document showing proof of permission or authorization.</xs:documentation> </xs:annotation> </xs:element> |