summaryrefslogtreecommitdiffstats
path: root/schemas/atom.xsd
blob: e25262b45bb1fc9cf00946c85c1b69c946fed8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
  
  <xsd:annotation>
    <xsd:documentation>
      atomic configuration types schema for bcfg2
      Narayan Desai, Argonne National Laboratory
    </xsd:documentation>
  </xsd:annotation>

  <xsd:complexType name='StructureEntry'>
    <xsd:attribute type='xsd:string' name='name' use='required'/>
    <xsd:attribute type='xsd:string' name='altsrc'/>
    <xsd:attribute type='xsd:string' name='verify' use='optional'/>
  </xsd:complexType>

</xsd:schema>