Definition Type: Group
Name: DescriptiveMetadataCoreGroup
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Documentation:
A group of properties associated with the core descriptive facet of different types of content.
Collapse XSD Schema Diagram:
Drilldown into description in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into headline in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into slugline in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into subject in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into keyword in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into language in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of DescriptiveMetadataCoreGroup in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<xs:group name="DescriptiveMetadataCoreGroup">
    <xs:annotation>
        <xs:documentation>A group of properties associated with the core descriptive facet of different types of content.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="language" />
            <xs:element ref="keyword" />
            <xs:element ref="subject" />
            <xs:element ref="slugline" />
            <xs:element ref="headline" />
            <xs:element ref="description" />
        </xs:choice>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
language nsB:language (1) (1)
keyword nsB:keyword (1) (1)
subject nsB:subject (1) (1)
slugline nsB:slugline (1) (1)
headline nsB:headline (1) (1)
description nsB:description (1) (1)