From: Bill S. <bsc...@ci...> - 2005-02-11 15:35:27
|
Hey folks, I read that there are limits to the 3.0 schema compile/validation capabilities, but I can't seem to get even the simplest schema to work. For example: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="foo"> <xs:complexType> <xs:sequence> <xs:element name="bar" type="xs:string"/> <xs:element name="junk" type="xs:int" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> Does anyone have an example schema that works, or a list of the known restrictions/limitations? Thanks, -Bill |