buildframework/helium/tools/common/schema/antunit.xsd
changeset 1 be27ed110b50
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <xs:schema targetNamespace="org.apache.ant.antunit"
       
     3            xmlns:au="org.apache.ant.antunit"
       
     4            xmlns:ant="ant.apache.org"
       
     5            xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
       
     6     
       
     7     <xs:element name="assertPropertyEquals">
       
     8     <xs:complexType>
       
     9         <xs:attribute name="name" type="xs:string"/>
       
    10         <xs:attribute name="value" type="xs:string"/>
       
    11     </xs:complexType>
       
    12     </xs:element>
       
    13     <xs:element name="assertLogDoesntContain">
       
    14     <xs:complexType>
       
    15         <xs:attribute name="text" type="xs:string"/>
       
    16     </xs:complexType>
       
    17     </xs:element>
       
    18     <xs:element name="assertPropertySet">
       
    19     <xs:complexType>
       
    20         <xs:attribute name="name" type="xs:string"/>
       
    21     </xs:complexType>
       
    22     </xs:element>
       
    23    
       
    24 </xs:schema>