<xs:element name="NewsComponent">
<xs:annotation>
<xs:documentation>
================================ NewsComponent =================================
A container for news objects, used to identify the role of news objects in
relation to one another, and to ascribe metadata to them. The Essential
attribute indicates whether the provider considers that this NewsComponent
is essential to the meaning of the NewsComponent within which it is contained.
The EquivalentsList attribute indicates whether or not the NewsItems or
NewsItemRefs, NewsComponents or ContentItems contained within this one are
equivalent to one another in content and/or meaning
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Catalog" minOccurs="0" />
<xs:element ref="TopicSet" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Role" minOccurs="0" />
<xs:element ref="BasisForChoice" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="NewsLines" minOccurs="0" />
<xs:element ref="AdministrativeMetadata" minOccurs="0" />
<xs:element ref="RightsMetadata" minOccurs="0" />
<xs:element ref="DescriptiveMetadata" minOccurs="0" />
<xs:element ref="Metadata" minOccurs="0" maxOccurs="unbounded" />
<xs:choice minOccurs="0">
<xs:choice maxOccurs="unbounded">
<xs:element ref="NewsItem" />
<xs:element ref="NewsItemRef" />
</xs:choice>
<xs:element ref="NewsComponent" maxOccurs="unbounded" />
<xs:element ref="ContentItem" maxOccurs="unbounded" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="localid" />
<xs:attribute name="Essential" default="no">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="yes" />
<xs:enumeration value="no" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="EquivalentsList" default="no">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="yes" />
<xs:enumeration value="no" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute ref="xml:lang" use="optional" />
</xs:complexType>
</xs:element>
|