Re: XML Schema Checklist

Loren Cahlander <[email protected]> Sat, 20 Oct 2012 07:55:45 -0500
Newsgroups gmane.text.xml.schema.devel
Message-ID <[email protected]>
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." <[email protected]> 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
>