<xsd:element name="EditWebPage" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains an HRef attribute that specifies the URL of a Web page to be used as the data source when EnableRedirections is set to true.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="HRef" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Specifies the URL of a Web page to be used as the data source when EnableRedirections is set to true.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|