Blame test/schemas/582887-attribute.xsd

Packit Service a31ea6
Packit Service a31ea6
Packit Service a31ea6
	   xmlns="http://www.example.org/test-import-case"
Packit Service a31ea6
	   targetNamespace="http://www.example.org/test-import-case">
Packit Service a31ea6
Packit Service a31ea6
  <xs:simpleType name="test-attribute">
Packit Service a31ea6
    <xs:restriction base="xs:string">
Packit Service a31ea6
      <xs:enumeration value="this" />
Packit Service a31ea6
    </xs:restriction>
Packit Service a31ea6
  </xs:simpleType>
Packit Service a31ea6
Packit Service a31ea6
</xs:schema>