<element name="tagline">
<complexType mixed="true">
<choice minOccurs="0" maxOccurs="unbounded">
<group ref="nitf:enrichedText" />
</choice>
<attributeGroup ref="nitf:commonNITFAttributes" />
<attribute name="type" use="optional" default="std">
<simpleType>
<restriction base="string">
<enumeration value="std" />
<enumeration value="pa" />
<enumeration value="npa" />
</restriction>
</simpleType>
</attribute>
</complexType>
</element>
|