582887-attribute.xsd 381 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns="http://www.example.org/test-import-case"
  4. targetNamespace="http://www.example.org/test-import-case">
  5. <xs:simpleType name="test-attribute">
  6. <xs:restriction base="xs:string">
  7. <xs:enumeration value="this" />
  8. </xs:restriction>
  9. </xs:simpleType>
  10. </xs:schema>