Definition Type: Element
Name: frac
Namespace: http://iptc.org/std/nitf/2006-03-01/
Containing Schema: nitf-3-3.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into denom in schema nitf-3-3_xsd Drilldown into frac-sep in schema nitf-3-3_xsd Drilldown into numer in schema nitf-3-3_xsd Drilldown into lang in schema xml_xsd Drilldown into style in schema nitf-3-3_xsd Drilldown into class in schema nitf-3-3_xsd Drilldown into id in schema nitf-3-3_xsd Drilldown into commonNITFAttributes in schema nitf-3-3_xsdXSD Diagram of frac in schema nitf-3-3_xsd (SportsML)
Collapse XSD Schema Code:
<element name="frac">
    <complexType>
        <sequence>
            <element ref="nitf:numer" />
            <element ref="nitf:frac-sep" minOccurs="0" />
            <element ref="nitf:denom" />
        </sequence>
        <attributeGroup ref="nitf:commonNITFAttributes" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
numer ns0:numer (1) (1)
frac-sep ns0:frac-sep 0 (1)
denom ns0:denom (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id ns0:id Optional
class ns0:class Optional
style ns0:style Optional
lang nsA:lang Optional