An "OnlineResource" is typically used to refer to an HTTP URL.
XSD Schema Diagram:
XSD Schema Code:
<xsd:element name="OnlineResource">
<xsd:annotation>
<xsd:documentation>
An "OnlineResource" is typically used to refer to an HTTP URL.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attributeGroup ref="xlink:simpleLink" />
</xsd:complexType>
</xsd:element>