File: chirp_banks.xsd

package info (click to toggle)
chirp 1%3A20170124-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,548 kB
  • sloc: python: 66,489; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
<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>