Definition Type: Element
Name: title
Namespace: http://iptc.org/std/nitf/2006-03-01/
Containing Schema: nitf-3-3.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into type in schema nitf-3-3_xsd Drilldown into id in schema nitf-3-3_xsd Drilldown into globalNITFAttributes in schema nitf-3-3_xsdXSD Diagram of title in schema nitf-3-3_xsd (SportsML)
Collapse XSD Schema Code:
<element name="title">
    <complexType mixed="true">
        <attributeGroup ref="nitf:globalNITFAttributes" />
        <attribute name="type" use="optional">
            <simpleType>
                <restriction base="string">
                    <enumeration value="main" />
                    <enumeration value="subtitle" />
                    <enumeration value="parttitle" />
                    <enumeration value="alternate" />
                    <enumeration value="abbrev" />
                    <enumeration value="other" />
                </restriction>
            </simpleType>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id ns0:id Optional
type ns0:type Optional