Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type Uri
Namespace No namespace
Annotations
Used for references to some external resource.
Diagram
Diagram
Type restriction of xs:anyURI
Facets
maxLength 255
Used by
Source
<xs:simpleType name="Uri">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Used for references to some external resource.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:anyURI">
    <xs:maxLength value="255"/>
  </xs:restriction>
</xs:simpleType>