OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   XML Schemas (long winded)

[ Lists Home | Date Index | Thread Index ]
  • From: Jeremy Kercheval <JeremyK@bsquare.com>
  • To: "XML List (E-mail)" <xml-dev@ic.ac.uk>
  • Date: Wed, 12 Jan 2000 16:56:33 -0800

I am trying to create an XML Schema based on the XML-Data
<http://www.w3.org/TR/1998/NOTE-XML-data-0105/> note submitted to the W3C.
I am using the MS XMLDOM interfaces.  My question is this - I am trying to
limit the content in certain situations so I have created a simple schema as
follows
------Schema----
<Schema name="myschema" xmlns="urn:schemas-microsoft-com:xml-data"
                        xmlns:dt="urn:schemas-microsoft-com:datatypes">
	<AttributeType name="Flags" dt:type="int"/>

	<ElementType name="FileName" content="textOnly" model="closed">
		<attribute type="Flags"/>
	</ElementType>

	<ElementType name="Files" content="eltOnly" model="closed">
		<element type="FileName" minOccurs="1" maxOccurs="*"/>
	</ElementType>

	<ElementType name="Package" content="eltOnly" model="closed">
		<element type="Files" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>
-------------------------
Now, based on the content an model shouldn't FileName be constrained such
that I can only have elements (FileName) in the Files tag so that the
following excerpt would be illegal...
...
<Files>This should be NON-VALID
	<FileName flags="1">Test.doc</FileName>
...

And if I am right, does anyone know how to tell MS's XMLDOM to validate
using the schema.  I have included the following line at the top of my xml
file -
<Package xmlns:data="x-schema:updateSchema.xml">


Jeremy Kercheval
Senior Software Design Engineer
BSQUARE Corporation.
425.519.5252
mailto:jeremyk@bsquare.com


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS