blob: 910152870511088ae5dce02acb9e93940d6c3e86 [file]
<?xml version='1.0'?>
<xs:schema targetNamespace="http://mylang"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="mylang">
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ostfriesisch" />
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:schema>