Definition Type: Group
Name: DescriptiveMetadataGroup
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Power.xsd
Documentation:
A group of properties associated with the descriptive facet of content.
Collapse XSD Schema Diagram:
Drilldown into description in schema nar_1_3-spec-framework-power_xsd Drilldown into creditline in schema nar_1_3-spec-framework-power_xsd Drilldown into by in schema nar_1_3-spec-framework-power_xsd Drilldown into dateline in schema nar_1_3-spec-framework-power_xsd Drilldown into headline in schema nar_1_3-spec-framework-power_xsd Drilldown into slugline in schema nar_1_3-spec-framework-power_xsd Drilldown into subject in schema nar_1_3-spec-framework-power_xsd Drilldown into genre in schema nar_1_3-spec-framework-power_xsd Drilldown into language in schema nar_1_3-spec-framework-power_xsdXSD Diagram of DescriptiveMetadataGroup in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:group name="DescriptiveMetadataGroup">
    <xs:annotation>
        <xs:documentation>A group of properties associated with the descriptive facet of content.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="language" />
            <xs:element ref="genre" />
            <xs:element ref="subject" />
            <xs:element ref="slugline" />
            <xs:element ref="headline" />
            <xs:element ref="dateline" />
            <xs:element ref="by" />
            <xs:element ref="creditline" />
            <xs:element ref="description" />
        </xs:choice>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
language nsA:language (1) (1)
genre nsA:genre (1) (1)
subject nsA:subject (1) (1)
slugline nsA:slugline (1) (1)
headline nsA:headline (1) (1)
dateline nsA:dateline (1) (1)
by nsA:by (1) (1)
creditline nsA:creditline (1) (1)
description nsA:description (1) (1)
Collapse Comments:
blog comments powered by Disqus