<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> |