<element name="ol">
<annotation>
<documentation>An ordered list. Holds list items.</documentation>
</annotation>
<complexType>
<sequence maxOccurs="unbounded">
<element ref="nitf:li" />
</sequence>
<attributeGroup ref="nitf:commonNITFAttributes" />
<attribute name="seqnum" type="NMTOKEN" use="optional">
<annotation>
<documentation>Sequence number within an ordered list.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|