scc-no-xmlns_0.xsd 340 B

1234567891011
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!-- C.4 Schema Component Constraints: no-xmlns -->
  3. <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://foo" xmlns:foo="http://foo">
  4. <element name="foo">
  5. <complexType>
  6. <attribute name="xmlns" type="string" />
  7. </complexType>
  8. </element>
  9. </schema>