/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to xml/devices.xsd

  • Committer: Suren A. Chilingaryan
  • Date: 2016-04-06 15:42:17 UTC
  • Revision ID: csa@suren.me-20160406154217-l1g4w0ui9gn032qw
Fix wrong include in devices.xsd

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
 
  <xsd:include schemaLocation="types.xsd"/>
4
 
 
5
3
  <xsd:simpleType name="hex16_t">
6
4
    <xsd:restriction base="xsd:string">
7
5
      <xsd:pattern value="([a-fA-F0-9]){4}"/>