<?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 CPUs, Steven Bird, 5/7/01
    </documentation>
  </annotation>

  <simpleType name="OLAC-CPU-Code">
    <restriction base="string">
      <enumeration value="x86"/>
      <enumeration value="mips"/>
      <enumeration value="alpha"/>
      <enumeration value="ppc"/>
      <enumeration value="sparc"/>
      <enumeration value="680x0"/>
    </restriction>
  </simpleType>

</schema>
