<element name="pubdata">
<complexType>
<attributeGroup ref="nitf:globalNITFAttributes" />
<attribute name="type" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="print" />
<enumeration value="audio" />
<enumeration value="video" />
<enumeration value="web" />
<enumeration value="appliance" />
<enumeration value="other" />
</restriction>
</simpleType>
</attribute>
<attribute name="item-length" type="string" use="optional" />
<attribute name="unit-of-measure" type="string" use="optional" />
<attribute name="date.publication" type="string" use="optional" />
<attribute name="name" type="string" use="optional" />
<attribute name="issn" type="string" use="optional" />
<attribute name="volume" type="string" use="optional" />
<attribute name="number" type="string" use="optional" />
<attribute name="issue" type="string" use="optional" />
<attribute name="edition.name" type="string" use="optional" />
<attribute name="edition.area" type="string" use="optional" />
<attribute name="position.section" type="string" use="optional" />
<attribute name="position.sequence" type="string" use="optional" />
<attribute name="ex-ref" type="string" use="optional" />
</complexType>
</element>
|