any3_0.xsd 445 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <xsd:schema
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  4. targetNamespace="http://FOO"
  5. xmlns:foo="http://FOO">
  6. <xsd:element name="foo">
  7. <xsd:complexType>
  8. <xsd:sequence>
  9. <xsd:any namespace="##other" processContents="lax"/>
  10. <xsd:any namespace="##other" processContents="lax"/>
  11. <xsd:any namespace="##other" processContents="lax"/>
  12. </xsd:sequence>
  13. </xsd:complexType>
  14. </xsd:element>
  15. </xsd:schema>