<element name="nitf-colgroup">
<annotation>
<documentation>Partial description A collection of nitf-col elements. Full description Used when table repeats columns of a particular type.</documentation>
</annotation>
<complexType>
<sequence maxOccurs="unbounded">
<element ref="nitf:nitf-col"/>
</sequence>
<attributeGroup ref="nitf:globalNITFAttributes"/>
<attribute name="idsrc" type="string" use="optional">
<annotation>
<documentation>The source (taxonomy) for the element's value attribute.</documentation>
</annotation>
</attribute>
<attribute name="value" type="string" use="optional">
<annotation>
<documentation>The code or symbol for the particular column.</documentation>
</annotation>
</attribute>
<attribute name="occurrences" type="string" use="optional">
<annotation>
<documentation>Indicates how many times the colgroup occurs. Default is 1.</documentation>
</annotation>
</attribute>
</complexType>
</element> |