RE: [xml-dev] What kind of content is allowed in simple types & simple content?

From
Michael Rys <>
To
Soren Kuula <>, xml dev <>
Date
2005-12-11T01:37:37Z
ID
<>
Thread
RE: [xml-dev] What kind of content is allowed in simple types & simple content?
XSD does not constrain comments or PIs. So it is valid to have them even
in simpleType content. However, it is not considered a good practice...

Best regards
Michael

> -----Original Message-----
> From: Soren Kuula [mailto:]
> Sent: Saturday, December 10, 2005 2:04 PM
> To: xml dev
> Subject: [xml-dev] What kind of content is allowed in simple types &
> simple content?
> 
> Hi,
> 
> If an XML element is declared as simpleType of with simpleContent in
XML
> Schema, is it then valid even with nested comments and processing
> instrtuctions?
> 
> Like:
> 
> <element name="foo">
> <simpleType>
> <restriction base="string">
> <enumeration value="Du bist Schuld, nicht die Kanone!"/>
> </restriction>
> </simpleType>
> </element>
> 
> <foo>Du bist Schuld<!--stupid comment-->, nicht<?foo bar?> die
> Kanone!</foo>
> 
> Soren
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>