<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>
|