complexType CommunityProviderLicenseIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p303.png
namespace http://ed-fi.org/0210
children CommunityProviderReference LicenseIdentifier LicensingOrganization
used by
element CommunityProviderLicenseReferenceType/CommunityProviderLicenseIdentity
annotation
documentation
Identity of a CommunityProviderLicense.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CommunityProviderLicenseIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a CommunityProviderLicense.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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="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:sequence>
</xs:complexType>

element CommunityProviderLicenseIdentityType/CommunityProviderReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p304.png
namespace http://ed-fi.org/0210
type CommunityProviderReferenceType
properties
content complex
children CommunityProviderIdentity
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
Relates the license to the CommunityProvider.
source <xs:element name="CommunityProviderReference" type="CommunityProviderReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the license to the CommunityProvider.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CommunityProviderLicenseIdentityType/LicenseIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p305.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 CommunityProviderLicenseIdentityType/LicensingOrganization
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p306.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>