source |
<xsd:simpleType name="anyURIType">
<xsd:annotation>
<xsd:documentation>
plm:anyURIType is used in place of xsd:anyURI, since we want to allow
filenames as well as genuine URIs.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType> |