Specifies that a line break should occur at the specified location in the rendered content.
Element Information
Element type: xsd:complexType
Namespace: http://schemas.microsoft.com/sideshow/2006/scf
Schema name: Simple Content Format
Elements and Attributes
Parent Elements
Child Elements
Attributes
Remarks
Usage Example
The following code example adds space after each line of text in a media player menu.
<body>
<content id="200" title="Now Playing" bg="50" bgfit="s" menuid="1000">
<txt align="c" wrap="0"><em>Song Title</em></txt>
<br/>
<txt align="c" wrap="0">Song Artist</txt>
<br/>
<txt align="c" wrap="0">00:00:00</txt>
<br/>
<img align="l" id="16" alt="[Album Cover]" />
</content>
</body>
Schema Definition
The following schema defines the br element as a complex type.
<xsd:element name="br">
<xsd:complexType />
</xsd:element>
Concepts
content element
item element
txt element