Definition Type: Element
Name: HyperlinkBase
Namespace: urn:schemas-microsoft-com:office:office
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: office.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Represents the path or URL that is used for all hyperlinks with the same base address that are inserted in the document. This can be an Internet address (for example, http://www.microsoft.com), a path to a folder on your hard disk (for example, c:\personal\documents), or a path to a folder on a network (for example, \\myserver\public\documents).
Collapse XSD Schema Diagram:
XSD Diagram of HyperlinkBase in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="HyperlinkBase" minOccurs="0" maxOccurs="1" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>Represents the path or URL that is used for all hyperlinks with the same base address that are inserted in the document. This can be an Internet address (for example, http://www.microsoft.com), a path to a folder on your hard disk (for example, c:\personal\documents), or a path to a folder on a network (for example, \\myserver\public\documents).</xsd:documentation>
    </xsd:annotation>
</xsd:element>