RSS 1.0 Modules: mod_company

Authors

Indus Khaitan, Charles Schwab

Version

Latest Version: http://web.resource.org/rss/1.0/modules/company/

DRAFT 0.1 2001-12-25

Status

Proposed

Rights

Copyright © 2001 by the Author.

Permission to use, copy, modify and distribute the RDF Site Summary 1.0 Specification and its accompanying documentation for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. The copyright holders make no representation about the suitability of the specification for any purpose. It is provided "as is" without expressed or implied warranty.

This copyright applies to the RDF Site Summary 1.0 Specification and accompanying documentation and does not extend to the RSS format itself.

Description

For syndication of news and market data, accompanied by ticker symbol, additional fields are needed. mod_company adds those fields that are needed for identifying the ticker symbol and the associated exchange.

The mod_company RSS 1.0 module augments the RSS core and Dublin Core module's metadata with channel and item-level elements specific to company data.

Namespace Declarations

Model

<item> Elements:

Example

Example Declarations

<?xml version="1.0" encoding="ISO-8859-1"?>

 <rdf:RDF
	 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns:p="http://purl.org/rss/1.0/"
	 xmlns:company="http://purl.org/rss/1.0/modules/company/"
	 xmlns:dc="http://purl.org/dc/elements/1.0/"
	 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 >

<p:channel rdf:about="http://www.schwab.com/news-headlines/">
<p:/channel>

<p:item rdf:about="http://www.schwab.com/news-headlines/CX20011224u74i">
	<p:title>Electronics-Semicond.Connectors Industry Consensus Table</p:title>
	<dc:source>AP</dc:source>
	<company:symbol>ACM</company:symbol>
	<company:market>NASDAQ</company:market>
	<company:name>ACM Systems Inc.</company:name>
	<company:category>
		<taxo:topic rdf:resource="http://dmoz.org/Computers/Data_Communications/Vendors/Manufacturers/">
	</company:category>
</p:item>
</rdf:RDF>