niem-xs:anyURI
complexType anyURI in namespace http://release.niem.gov/niem/proxy/xsd/4.0/
Definition
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).
Diagram
XML Schema
<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>