<xs:element name="DateLabel">
<xs:annotation>
<xs:documentation>
================================== DateLabel ===================================
A string representation of a date or date and time, used by human users to help
identify a NewsItem.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="localid" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|