CT_Hyperlink

Complex Type Information

Model

Children: extLst, snd

Attributes

QName Type Fixed Default Use Inheritable Annotation
action xsd:string optional
endSnd xsd:boolean false optional
highlightClick xsd:boolean false optional
history xsd:boolean true optional
id ST_RelationshipId optional
invalidUrl xsd:string optional
tgtFrame xsd:string optional
tooltip xsd:string optional

Used By

Source

<xsd:complexType name="CT_Hyperlink">
  <xsd:sequence>
    <xsd:element name="snd" type="CT_EmbeddedWAVAudioFile" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute ref="r:id" use="optional"/>
  <xsd:attribute name="invalidUrl" type="xsd:string" use="optional" default=""/>
  <xsd:attribute name="action" type="xsd:string" use="optional" default=""/>
  <xsd:attribute name="tgtFrame" type="xsd:string" use="optional" default=""/>
  <xsd:attribute name="tooltip" type="xsd:string" use="optional" default=""/>
  <xsd:attribute name="history" type="xsd:boolean" use="optional" default="true"/>
  <xsd:attribute name="highlightClick" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="endSnd" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>