<element name="caption">
<complexType mixed="true">
<choice minOccurs="0" maxOccurs="unbounded">
<group ref="nitf:enrichedText" />
<group ref="nitf:blockContent" />
</choice>
<attributeGroup ref="nitf:commonNITFAttributes" />
<attribute name="align" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="top" />
<enumeration value="bottom" />
<enumeration value="left" />
<enumeration value="right" />
</restriction>
</simpleType>
</attribute>
</complexType>
</element>
|