CT_Hyperlink

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
anchor ST_String optional
docLocation ST_String optional
history ST_OnOff optional
id ST_RelationshipId optional
tgtFrame ST_String optional
tooltip ST_String optional

Used By

Source

<xsd:complexType name="CT_Hyperlink">
  <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
  <xsd:attribute name="tgtFrame" type="s:ST_String" use="optional"/>
  <xsd:attribute name="tooltip" type="s:ST_String" use="optional"/>
  <xsd:attribute name="docLocation" type="s:ST_String" use="optional"/>
  <xsd:attribute name="history" type="s:ST_OnOff" use="optional"/>
  <xsd:attribute name="anchor" type="s:ST_String" use="optional"/>
  <xsd:attribute ref="r:id"/>
</xsd:complexType>