2.41.3.1 CT_ScriptLink
Target namespace: http://schemas.microsoft.com/office/drawing/2021/scriptlink
Referenced by: scriptLink
Contains a link to an Office Script that is associated with a given object. The script can be run by manipulating the related object.
Child Elements:
extLst: A CT_OfficeArtExtensionList ([ISO/IEC29500-1:2016] section A.4.1) element that specifies Future Extensibility.
Attributes:
val: A string attribute that specifies the link to an Office Script.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ScriptLink"> <xsd:sequence> <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="val" type="xsd:string" use="optional"/> </xsd:complexType>
See section 5.39 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).