<element name="num">
<complexType mixed="true">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="nitf:frac" />
<element ref="nitf:sub" />
<element ref="nitf:sup" />
</choice>
<attributeGroup ref="nitf:commonNITFAttributes" />
<attribute name="units" type="string" use="optional" />
<attribute name="decimal-ch" type="string" use="optional" />
<attribute name="thousands-ch" type="string" use="optional" />
</complexType>
</element>
|