simpleType LearningResourceMetadataURI
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements EducationContent/LearningResourceMetadataURI EducationContentSource/LearningResourceMetadataURI
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
The public web site address (URL), file, or ftp locator.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>66</ann:EdFiId>
source <xs:simpleType name="LearningResourceMetadataURI">
 
<xs:annotation>
   
<xs:documentation>The public web site address (URL), file, or ftp locator.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>66</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="5"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>