POI Core strawman: categories

Here's a note on adopting Atom's <category> element.

change:
<category source="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=611310">
			<name xml:lang="en-US">Colleges, Universities, and Professional Schools</name>
			</identification>
			<association type="child-of" reference="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=6113"/>
		</category>
		
to:
<category 
	scheme="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=611310" 
	term="NAICS/611310" 
	label="Colleges, Universities, and Professional Schools">
	<!-- Don't know what to do with this. Atom doesn't specify the content of the category element -->
	<association type="child-of" reference="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=6113"/>
</category>

---
Raj
The OGC: Making location count...
http://www.opengeospatial.org/contact


On May 2, at 1:59 PM, Matt Womer wrote:

> Hi all,
> 
> In the interest of getting us closer to publishing a First Public Working Draft, I've created a skeleton editor's draft that is based on materials in the wiki [1], the mailing list, the discussions we have had during calls and face-to-face meetings, and some stuff (the XML syntax in particular) that I just made up as I went along.  There are lots of parts that are incomplete, insufficient, and probably extremely dangerous, but I think it should provide us a good framework for discussions going forward.
> 
> Here it is, enjoy:
> 	http://www.w3.org/2010/POI/documents/Core/POI%20Core%20Draft.html
> 
> I would ask that as we discuss this, please create new email threads for significant issues rather than just responding to this message.  In the interest of not needlessly spamming the list, please send typos, editorial nits, etc to me directly.  Please also cite the date on the top of the document as well.
> 
> Thanks,
> 
> -Matt Womer
> Editor pro tempore
> 
> [1] In particular: http://www.w3.org/2010/POI/wiki/Core/Draft http://www.w3.org/2010/POI/wiki/Data_Model and http://www.w3.org/2010/POI/wiki/
> 
> 

Received on Wednesday, 4 May 2011 18:23:17 UTC