scc-no-xsi_0.xsd 364 B

1234567891011
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!-- 3.2.6 Schema Component Constraint: xsi: Not Allowed -->
  3. <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2001/XMLSchema-instance">
  4. <element name="foo">
  5. <complexType>
  6. <attribute name="bar" form="qualified" type="string"/>
  7. </complexType>
  8. </element>
  9. </schema>