[
Lists Home |
Date Index |
Thread Index
]
- To: "Soren Kuula" <dongfang@dongfang.dk>,"xml dev" <xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] What kind of content is allowed in simple types & simple content?
- From: "Michael Rys" <mrys@microsoft.com>
- Date: Sat, 10 Dec 2005 17:37:37 -0800
- Thread-index: AcX9zfBCI6/oXGmpRGSYD0FM14UmtAAJWdHQ
- Thread-topic: [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:dongfang@dongfang.dk]
> 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>
|