summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
blob: 5e129fa75a072bfe9a0c052434ca716c26dbe2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">

  <xsd:annotation>
    <xsd:documentation>
      path entry schema for bcfg2
      Narayan Desai, Argonne National Laboratory
      $Id$
    </xsd:documentation>
  </xsd:annotation>

  <xsd:include schemaLocation="types.xsd"/>

  <xsd:complexType name='PathEntry'>
    <xsd:attribute type='xsd:string' name='name' use='required'/>
    <xsd:attribute name='type' use='required' type='PathTypeEnum' />
  </xsd:complexType>
</xsd:schema>