simpleType URI
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Achievement/CriteriaURL Achievement/ImageURL Achievement/IssuerOriginURL Assessment/Namespace AssessmentFamily/Namespace EducationContent/Namespace LearningObjective/Namespace LearningStandard/Namespace DescriptorReferenceType/Namespace DescriptorType/Namespace LearningStandard/URI ContentStandard/URI EducationContentSource/URI EducationContent/UseRightsURL EducationOrganization/WebSite
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>115</ann:EdFiId>
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>
     
<ann:EdFiId>115</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="5"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>