[Home] [By Thread] [By Date] [Recent Entries]

  • From: Curt Arnold <CurtA@t...>
  • To: xml-dev@l...
  • Date: Fri, 15 Sep 2000 12:58:16 -0500

Martin Bryan wrote:
> am I right in inferring that a  valid XML content model of (a, b, c, b) cannot be expressed using a schema?

No, the constraint that was quoted is on the top-level declarations in a
schema.  It is saying you can't do:

<schema...>
	<element name="b">
		<complexType>
			...
		</complexType>
	</element>
	<element name="b">
		<complexType>
			...
		</complexType>
	</element>
</schema>

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member