<xsd:complexType name="CT_Hyperlink">
<xsd:sequence>
<xsd:element name="snd" type="CT_EmbeddedWAVAudioFile" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Hyperlink Sound</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="r:id" use="optional">
<xsd:annotation>
<xsd:documentation>Drawing Object Hyperlink Target</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="invalidUrl" type="xsd:string" use="optional" default="">
<xsd:annotation>
<xsd:documentation>Invalid URL</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="action" type="xsd:string" use="optional" default="">
<xsd:annotation>
<xsd:documentation>Action Setting</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tgtFrame" type="xsd:string" use="optional" default="">
<xsd:annotation>
<xsd:documentation>Target Frame</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tooltip" type="xsd:string" use="optional" default="">
<xsd:annotation>
<xsd:documentation>Hyperlink Tooltip</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="history" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Add Hyperlink to Page History</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="highlightClick" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Highlight Click</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="endSnd" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>End Sounds</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|