Definition Type: Element
Name: DescriptiveMetadata
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
============================= DescriptiveMetadata ============================== Information describing the content of a NewsComponent. Multiple appearance for the child element Genre, new elements DateLineDate and Location were introduced in version 1.1 of the DTD. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Property in schema newsml_1_2_xsd Drilldown into TopicOccurrence in schema newsml_1_2_xsd Drilldown into Location in schema newsml_1_2_xsd Drilldown into DateLineDate in schema newsml_1_2_xsd Drilldown into OfInterestTo in schema newsml_1_2_xsd Drilldown into SubjectCode in schema newsml_1_2_xsd Drilldown into Genre in schema newsml_1_2_xsd Drilldown into Language in schema newsml_1_2_xsd Drilldown into Catalog in schema newsml_1_2_xsd Drilldown into DateAndTime in schema newsml_1_2_xsd Drilldown into HowPresent in schema newsml_1_2_xsd Drilldown into Confidence in schema newsml_1_2_xsd Drilldown into Importance in schema newsml_1_2_xsd Drilldown into AssignedBy in schema newsml_1_2_xsd Drilldown into assignment in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of DescriptiveMetadata in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="DescriptiveMetadata">
    <xs:annotation>
        <xs:documentation> 
============================= DescriptiveMetadata ==============================
Information describing the content of a NewsComponent. Multiple appearance for the child element Genre,
new elements DateLineDate and Location were introduced in  version 1.1 of the DTD.
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Catalog" minOccurs="0" />
            <xs:element ref="Language" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Genre" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SubjectCode" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="OfInterestTo" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="DateLineDate" minOccurs="0" />
            <xs:element ref="Location" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TopicOccurrence" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attributeGroup ref="localid" />
        <xs:attributeGroup ref="assignment" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Catalog Catalog 0 (1)
Language Language 0 unbounded
Genre Genre 0 unbounded
SubjectCode SubjectCode 0 unbounded
OfInterestTo OfInterestTo 0 unbounded
DateLineDate DateLineDate 0 (1)
Location Location 0 unbounded
TopicOccurrence TopicOccurrence 0 unbounded
Property Property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
AssignedBy AssignedBy (Optional)
Importance Importance (Optional)
Confidence Confidence (Optional)
HowPresent HowPresent (Optional)
DateAndTime DateAndTime (Optional)