<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	    targetNamespace="http://www.arrl.org/contests/rules/2005/rules-fd-2005.html"
	    xmlns:fybo="http://www.arrl.org/contests/rules/2005/rules-fd-2005.html"
	    xmlns:xdif="http://www.wa5znu.org/2006/04/xdif/"
	    elementFormDefault="qualified">

  <!-- xdif:location element child -->
  <xsd:element name="public" type="xsd:boolean" />
  <!-- xdif:location element child -->
  <xsd:element name="informationTable" type="xsd:boolean" />
  <!-- xdif:station type child -->
  <xsd:element name="class">
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
	<xsd:pattern value="([0-9]+)[ABCDEF]" />
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:element>


  <!-- other stuff, gota, etc. not done -->
  
</xsd:schema>

