<xsd:complexType name="CT_Hyperlink">
<xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded" />
<xsd:attribute name="tgtFrame" type="ST_String" use="optional">
<xsd:annotation>
<xsd:documentation>Hyperlink Target Frame</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tooltip" type="ST_String" use="optional">
<xsd:annotation>
<xsd:documentation>Associated String</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="docLocation" type="ST_String" use="optional">
<xsd:annotation>
<xsd:documentation>Location in Target Document</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="history" type="ST_OnOff" use="optional">
<xsd:annotation>
<xsd:documentation>Add To Viewed Hyperlinks</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="anchor" type="ST_String" use="optional">
<xsd:annotation>
<xsd:documentation>Hyperlink Anchor</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:id">
<xsd:annotation>
<xsd:documentation>Hyperlink Target</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|