<?xml version="1.0"?>
<!--
************************************************************************
Minimal useful NewsML Document.
From: http://newsml-toolkit.sourceforge.net/newsml-sample.xml  2002-04-22
************************************************************************
-->

<!-- note that a copy of the DTD file must be in the same directory -->
<!DOCTYPE NewsML SYSTEM "NewsMLv1.0.dtd">

<NewsML>

 <!-- Use a single, inline vocabulary for everything -->
 <TopicSet Duid="vocab" FormalName="vocab" Vocabulary="#vocab">
  <Topic>
   <TopicType FormalName="topic" Vocabulary="#vocab"/>
   <FormalName>topic</FormalName>
   <Description>A formally-identified topic.</Description>
  </Topic>
  <Topic>
   <TopicType FormalName="topic" Vocabulary="#vocab"/>
   <FormalName>vocab</FormalName>
   <Description>A vocabulary of topics and formal names.</Description>
  </Topic>
  <Topic>
   <TopicType FormalName="topic" Vocabulary="#vocab"/>
   <FormalName>released</FormalName>
   <Description>The status of a document released to the public.</Description>
  </Topic>
  <Topic>
   <TopicType FormalName="topic" Vocabulary="#vocab"/>
   <FormalName>manual</FormalName>
   <Description>Technical documentation.</Description>
  </Topic>
  <Topic>
   <TopicType FormalName="topic" Vocabulary="#vocab"/>
   <FormalName>text/html</FormalName>
   <Description>An HTML document.</Description>
  </Topic>
 </TopicSet>

 <NewsEnvelope>
  <DateAndTime>20020411T132700-0400</DateAndTime>
 </NewsEnvelope>

 <NewsItem>

  <Identification>
   <NewsIdentifier>
    <ProviderId>megginson.com</ProviderId>
    <DateId>20020411</DateId>
    <NewsItemId>newsml-toolkit-manual</NewsItemId>
    <RevisionId PreviousRevision="0" Update="N">1</RevisionId>
    <PublicIdentifier>urn:newsml:megginson.com:20020411:newsml-toolkit-manual:1</PublicIdentifier>
   </NewsIdentifier>
  </Identification>

  <NewsManagement>
   <NewsItemType FormalName="manual" Vocabulary="#vocab"/>
   <FirstCreated>20020411T132600-0400</FirstCreated>
   <ThisRevisionCreated>20020411T132600-0400</ThisRevisionCreated>
   <Status FormalName="released" Vocabulary="#vocab"/>
  </NewsManagement>

  <NewsComponent>
   <NewsLines>
    <HeadLine>NewsML Toolkit 2.0 Manual</HeadLine>
    <CopyrightLine>Copyright (c) 2002 by Reuters PLC</CopyrightLine>
    <RightsLine>Free redistribution permitted</RightsLine>
   </NewsLines>
   <ContentItem Href="http://newsml-toolkit.sourceforge.net/newsml-toolkit-manual.html">
    <MimeType FormalName="text/html" Vocabulary="#vocab"/>
   </ContentItem>
  </NewsComponent>

 </NewsItem>

</NewsML>

<!-- end of newsml-sample.xml -->
