<element name="series">
<annotation>
<documentation>Partial description Series information. Full description Identification of an article within a series of related articles.</documentation>
</annotation>
<complexType>
<attributeGroup ref="nitf:globalNITFAttributes"/>
<attribute name="series.name" type="string" use="optional">
<annotation>
<documentation>The name of the series.</documentation>
</annotation>
</attribute>
<attribute name="series.part" type="NMTOKEN" use="optional" default="0">
<annotation>
<documentation>Numeric order of this article within the series.</documentation>
</annotation>
</attribute>
<attribute name="series.totalpart" type="NMTOKEN" use="optional" default="0">
<annotation>
<documentation>Total or expected number of articles in the series; use 0 if unknown or indefinite.</documentation>
</annotation>
</attribute>
</complexType>
</element> |