CSSUrls complex element

The CSS element contains the reference link to external cascading stylesheets.

Syntax


<CssUrls>
   <string>string</string>
</CssUrls>
            

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.


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

            

Related information

Form XML Complex Elements