div element 

Specifies that a dividing line should occur at the specified point in a sequence of rendered menu items.

Element Information

Element type: xsd:complexType

Namespace: https://schemas.microsoft.com/sideshow/2006/scf

Schema name: Simple Content Format

Elements and Attributes

Parent Elements

menu element

Child Elements

None.

Attributes

None.

Remarks

Some Windows SideShow-compatible devices may not support the occurrence of a dividing line in menus and ignore this element.

Usage Example

<body>
    <menu id="100" title="Main Menu">
        <item id="1" target="5" imgid="1" menuid="200">Media</ item>
        <item id="2" target="6" imgid="2" def="1">Calendar</item>
        <item id="3" Target="7">E-mail</item>
        <div/>
        <item id="4" Target="8" enable="0">Settings</item>
    </menu>
</body>

Schema Definition

<xsd:element name="div">
    <xsd:complexType />
</xsd:element>

See Also

Concepts

menu element