ScriptUrls complex element

The ScriptUrls element contains the reference link to external JavaScript files and libraries.

Syntax


<ScriptUrls >
   <string>string</string>
</ScriptUrls >

            

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 1..1: Required element that occurs only once.

Element Attributes

Attribute Description
  Required.

Relationships

Relationship Element

Parent element

Form

Child elements See the child element table.

Parent Element Namespace

Prefix Namespace
d2p1 http://schemas.microsoft.com/2003/10/Serialization/Arrays

Parent Element

Attribute Description
  Required.

Child Elements

Name Data Type Default value Cardinality Description
string String none 1..* A reference link to an external stylesheet.

Example

The following example contains an example of the complex element.


 
<ScriptUrls xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string></d2p1:string>
</ScriptUrls>
 

            

Related information

Form XML Complex Elements