Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type listItems
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Complex</type>
<name>listItems</name>
<comment>the complex type listItems specifies the content model of elements ul and ol, and specifies just a sequence of list items (elements li).</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_corereq.tmp#corereq AkomaNtoso30-csd13_xsd_Element_li.tmp#li
Used by
Elements ol, ul
Model li+
Children li
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo xsd:anyURI optional
class xsd:string optional
eId noWhiteSpace optional
lang optional
period xsd:anyURI optional
refersTo list of xsd:anyURI optional
space optional
status statusType optional
style xsd:string optional
title xsd:string optional
wId noWhiteSpace optional
Source
<xsd:complexType name="listItems">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>listItems</name>
      <comment>the complex type listItems specifies the content model of elements ul and ol, and specifies just a sequence of list items (elements li).</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="li" minOccurs="1" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="corereq"/>
</xsd:complexType>