PEAR2_SimpleChannelFrontendPEAR2_SimpleChannelFrontend-0.2.0/data/pear2.php.net/PEAR2_Pyrus/customtask-2.0.xsd

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://pear2.php.net/dtd/customtask-2.0"
 targetNamespace="http://pear2.php.net/dtd/customtask-2.0" elementFormDefault="qualified"
 attributeFormDefault="unqualified" xml:lang="EN">
 <xs:element name="task">
  <xs:complexType>
   <xs:sequence>
    <xs:element name="name" type="xs:string"/>
    <xs:element name="class" type="xs:string">
     <xs:annotation>
      <xs:documentation xml:lang="EN">
       Class implementing custom task
      </xs:documentation>
     </xs:annotation>
    </xs:element>
    <xs:element name="autoloadpath" type="xs:string">
     <xs:annotation>
      <xs:documentation xml:lang="EN">
       Relative path within php_dir to search for this task's classes in the autoloader
      </xs:documentation>
     </xs:annotation>
    </xs:element>
   </xs:sequence>
   <xs:attribute name="version" type="xs:string" fixed="2.0"/>
  </xs:complexType>
 </xs:element>
</xs:schema>
EOF