<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.elidata.es/mdr/authority/language/">
  <xs:simpleType name="language">
    <xs:restriction base="xs:string">
      <xs:enumeration value="spa">
        <xs:annotation>
          <xs:documentation>español</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cat">
        <xs:annotation>
          <xs:documentation>catalán</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="eus">
        <xs:annotation>
          <xs:documentation>euskera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="glg">
        <xs:annotation>
          <xs:documentation>gallego</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="oci">
        <xs:annotation>
          <xs:documentation>occitano</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="vci">
        <xs:annotation>
          <xs:documentation>valenciano</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mul">
        <xs:annotation>
          <xs:documentation>multilingüe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cat-spa">
        <xs:annotation>
          <xs:documentation>catalán+español</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="eus-spa">
        <xs:annotation>
          <xs:documentation>euskera+español</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="glg-spa">
        <xs:annotation>
          <xs:documentation>gallego+español</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="oci-spa">
        <xs:annotation>
          <xs:documentation>occitano+español</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="oci-cat">
        <xs:annotation>
          <xs:documentation>occitano+catalán</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="vci-spa">
        <xs:annotation>
          <xs:documentation>valenciano+español</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:schema>
