ListItem

The element ListItem contains a piece of text that shall be formatted as an item in a list. EXAMPLE<Class code="II" kind="chapter">
  <Rubric kind="instruction">
    <Label xml:lang="de">
      <List class="decimal">
        <ListItem>
          <Para>Primary, ill-defined, secondary and unspecified sites of malignant neoplasms</Para>
          <Para>Categories C76-C80 include malignant neoplasms for which there is no clear indication of the original site of the cancer or the cancer is stated to be "disseminated", "scattered" or "spread" without mention of the primary site. In both cases the primary site is considered to be unknown.</Para>
        </ListItem>
        <ListItem>
          <Para>Functional activity</Para>
        </ListItem>
      </List>
    </Label>
  </Rubric>
</Class>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
The attribute class may be used to assign a class name to a ListItem.

Used By

Element List

Source

<xs:element name="ListItem">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element ListItem contains a piece of text that shall be formatted as an item in a list. EXAMPLE
      <Class code="II" kind="chapter">
        <Rubric kind="instruction">
          <Label xml:lang="de">
            <List class="decimal">
              <ListItem>
                <Para>Primary, ill-defined, secondary and unspecified sites of malignant neoplasms</Para>
                <Para>Categories C76-C80 include malignant neoplasms for which there is no clear indication of the original site of the cancer or the cancer is stated to be "disseminated", "scattered" or "spread" without mention of the primary site. In both cases the primary site is considered to be unknown.</Para>
              </ListItem>
              <ListItem>
                <Para>Functional activity</Para>
              </ListItem>
            </List>
          </Label>
        </Rubric>
      </Class>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="rubric.simple"/>
      <xs:element ref="Para"/>
      <xs:element ref="Include"/>
      <xs:element ref="List"/>
      <xs:element ref="Table"/>
    </xs:choice>
    <xs:attributeGroup ref="attlist.ListItem"/>
  </xs:complexType>
</xs:element>

Sample