<xsd:complexType name="listElt">
<xsd:annotation>
<xsd:documentation>Defines a list.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ilst" type="decimalNumberProperty" minOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the identifier of which list definition this list uses (not the lsid element).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvlOverride" type="listLvlElt" minOccurs="0" maxOccurs="9">
<xsd:annotation>
<xsd:documentation>Defines a list level that overrides a previously defined list level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="ilfo" type="decimalNumberType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets the identifier of which list this is in the document.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|