JSLibrariesToInject Element

Description

A collection of JSLibrary elements.

Diagram

JSLibrariesToInject Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)JSLibrary Element (Optional, unlimited elements allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="JSLibrariesToInject">
    <xs:annotation>
        <xs:documentation>A collection of JSLibrary elements.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="JSLibrary" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Specifies the location of a JavaScript library to inject into the target Web page.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="path" type="xs:string" use="required">
                        <xs:annotation>
                            <xs:documentation>The file system path to the library.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>