A data type for a Uniform Resource Identifier Reference (URI). A value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be a URI Reference). |
<xs:complexType name="anyURI"> <xs:annotation> <xs:documentation>A data type for a Uniform Resource Identifier Reference (URI). A value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be a URI Reference).</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:anyURI"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |