Definition Type: Element
Name: num
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sup in schema nitf-3-4_xsd Drilldown into sub in schema nitf-3-4_xsd Drilldown into frac in schema nitf-3-4_xsd Drilldown into thousands-ch in schema nitf-3-4_xsd Drilldown into decimal-ch in schema nitf-3-4_xsd Drilldown into units in schema nitf-3-4_xsd Drilldown into lang in schema xml_xsd Drilldown into style in schema nitf-3-4_xsd Drilldown into class in schema nitf-3-4_xsd Drilldown into id in schema nitf-3-4_xsd Drilldown into commonNITFAttributes in schema nitf-3-4_xsdXSD Diagram of num in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
frac nitf:frac (1) (1)
sub nitf:sub (1) (1)
sup nitf:sup (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nitf:id Optional
class nitf:class Optional
style nitf:style Optional
lang nsA:lang Optional
units nitf:units Optional
decimal-ch nitf:decimal-ch Optional
thousands-ch nitf:thousands-ch Optional