Definition Type: Element
Name: revision-history
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into comment in schema nitf-3-4_xsd Drilldown into norm in schema nitf-3-4_xsd Drilldown into function in schema nitf-3-4_xsd Drilldown into name in schema nitf-3-4_xsd Drilldown into id in schema nitf-3-4_xsd Drilldown into globalNITFAttributes in schema nitf-3-4_xsdXSD Diagram of revision-history in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<element name="revision-history">
    <complexType>
        <attributeGroup ref="nitf:globalNITFAttributes" />
        <attribute name="name" type="string" use="optional" />
        <attribute name="function" use="optional">
            <simpleType>
                <restriction base="string">
                    <enumeration value="writer-author" />
                    <enumeration value="editor" />
                    <enumeration value="producer" />
                    <enumeration value="archivist" />
                    <enumeration value="videographer" />
                    <enumeration value="graphic-artist" />
                    <enumeration value="photographer" />
                    <enumeration value="statistician" />
                    <enumeration value="other" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="norm" type="string" use="optional" />
        <attribute name="comment" type="string" use="optional" />
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id nitf:id Optional
name nitf:name Optional
function nitf:function Optional
norm nitf:norm Optional
comment nitf:comment Optional