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