Re: XML Schema Checklist

All XML Schemas should also be properly annotated:

	<xsd:annotation>
		<xsd:documentation>This version adds the ability to specify the URI to an XML Schema for parameters and return values</xsd:documentation>
	</xsd:annotation>

It is very helpful to anyone looking at an XML Schema that they are not intimately involved with to have that document full of comments.

On Oct 20, 2012, at 6:19 AM, "Costello, Roger L." <costello@mitre.org> wrote:

> Hi Folks,
> 
> Before publishing your XML Schemas, check that they contains these 4 things:
> 
> 1.  xml:lang
> 2.  xml:id
> 3.  pattern facets
> 4.  user-defined entities
> 
> More ... http://www.xfront.com/XML-Schema-Checklist.pdf
> 
> Comments welcome.
> 
> /Roger
> 

Received on Saturday, 20 October 2012 12:56:21 UTC