<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        targetNamespace="http://www.language-archives.org/OLAC/0.4/">

  <annotation>
    <documentation>
      OLAC Schema for character encoding (stub)
    </documentation>
  </annotation>

  <simpleType name="OLAC-Encoding-Code">
    <restriction base="string">
      <pattern value=".*"/>
    </restriction>
  </simpleType>

  
</schema>
  

