simpleType LicenseIdentifier
namespace http://ed-fi.org/0210
type restriction of xs:string
properties
base xs:string
used by
elements CommunityProviderLicenseIdentityType/LicenseIdentifier License/LicenseIdentifier
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Identifier assigned by the licensing organization to the license.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="LicenseIdentifier">
 
<xs:annotation>
   
<xs:documentation>Identifier assigned by the licensing organization to the license.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>