The type of an Internationalized Resource Identifier Reference, as defined in RFC 3987. Identical to xs : anyURI. |
<xs:simpleType name="IRIType"> <xs:annotation> <xs:documentation>The type of an Internationalized Resource Identifier Reference, as defined in RFC 3987. Identical to xs : anyURI.</xs:documentation> </xs:annotation> <xs:restriction base="xs:anyURI"/> </xs:simpleType> |