Specifies the URL of a Web page used as the data source.
XSD Schema Diagram:
XSD Schema Code:
<xsd:element name="URLString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the URL of a Web page used as the data source.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="HRef" type="xsd:string" use="required" form="qualified">
<xsd:annotation>
<xsd:documentation>Specifies the URL of a Web page used as the data source.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>