simpleType URI
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements LearningResourceMetadata/LearningResourceMetadataURI LearningStandard/URI EducationContentIdentityType/URI LearningResourceMetadata/UseRightsURL EducationOrganization/WebSite
attributes DescriptorType/@namespace DescriptorReferenceType/@namespace
facets
Kind Value annotation 
minLength 
maxLength 255 
annotation
documentation
The public web site address (URL), file, or ftp locator.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="URI">
 
<xs:annotation>
   
<xs:documentation>The public web site address (URL), file, or ftp locator.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="5"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>