<xsd:simpleType name="NonEmptyURI"> <xsd:annotation> <xsd:documentation xml:lang="en">A URI that cannot be empty.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:anyURI"> <xsd:minLength value="1"> </xsd:minLength> </xsd:restriction> </xsd:simpleType>