Definition Type: Element
Name: bq
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into credit in schema nitf-3-4_xsd Drilldown into block in schema nitf-3-4_xsd Drilldown into quote-source in schema nitf-3-4_xsd Drilldown into nowrap 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 bq in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<element name="bq">
    <complexType>
        <sequence minOccurs="0" maxOccurs="unbounded">
            <element ref="nitf:block" maxOccurs="unbounded" />
            <element ref="nitf:credit" minOccurs="0" />
        </sequence>
        <attributeGroup ref="nitf:commonNITFAttributes" />
        <attribute name="nowrap" use="optional">
            <simpleType>
                <restriction base="string">
                    <enumeration value="nowrap" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="quote-source" type="string" use="optional" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
block nitf:block (1) unbounded
credit nitf:credit 0 (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
nowrap nitf:nowrap Optional
quote-source nitf:quote-source Optional