<xs:element name="Identification">
<xs:annotation>
<xs:documentation>
================================ Identification ================================
Identification information for the NewsItem.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="NewsIdentifier" />
<xs:element ref="NameLabel" minOccurs="0" />
<xs:element ref="DateLabel" minOccurs="0" />
<xs:element ref="Label" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
</xs:complexType>
</xs:element>
|