chirp/chirp_banks.xsd
Dan Smith 555127effd Split chirp schema into multiple files. Add bank specification to radio
and memory.  Change the struture a bit to include memories in a group.
2008-11-27 10:03:06 -08:00

9 lines
274 B
XML

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="bankType">
<xsd:attribute name="id" type="xsd:nonNegativeInteger" use="required"/>
<xsd:attribute name="label" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:schema>