Definition Type: SimpleType
Name: nonEmptyURI
Namespace: http://www.xbrl.org/2003/XLink
Containing Schema: xl-2003-12-31.xsd
Documentation:
A URI type with a minimum length of 1 character. Used on role and arcrole and href elements.
Collapse XSD Schema Diagram:
XSD Diagram of nonEmptyURI in schema xl-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<simpleType name="nonEmptyURI">
    <annotation>
        <documentation>
      A URI type with a minimum length of 1 character.
      Used on role and arcrole and href elements.
      </documentation>
    </annotation>
    <restriction base="anyURI">
        <minLength value="1" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
MinLength 1
Collapse Derivation Tree:
Collapse References:
link:arcroleURI, link:arcroleURI, link:roleURI, link:roleURI