Definition Type: Element
Name: DateId
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
==================================== DateId ==================================== A date identifier of a NewsItem in short ISO 8601 Basic Format (CCYYMMDD), as described in the comment to the DateAndTime attribute within the assignment ENTITY declaration above. The DateId is part of the formal identification of the NewsItem, and must remain the same through successive revisions of the same NewsItem. ================================================================================
Collapse XSD Schema Diagram:
XSD Diagram of DateId in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="DateId" type="xs:string">
    <xs:annotation>
        <xs:documentation> 
==================================== DateId ====================================
A date identifier of a NewsItem in short ISO 8601 Basic Format (CCYYMMDD), as
described in the comment to the DateAndTime attribute within the assignment
ENTITY declaration above. The DateId is part of the formal identification of the
NewsItem, and must remain the same through successive revisions of the same
NewsItem.
================================================================================

			</xs:documentation>
    </xs:annotation>
</xs:element>