buildframework/helium/tools/common/schema/antunit.xsd
author yiluzhu
Thu, 17 Dec 2009 11:34:53 +0000
branchfix
changeset 47 b0785ef0e8cd
parent 1 be27ed110b50
permissions -rw-r--r--
resubmit fix for DPDEF141787 which was dropped off during merging

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="org.apache.ant.antunit"
           xmlns:au="org.apache.ant.antunit"
           xmlns:ant="ant.apache.org"
           xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    
    <xs:element name="assertPropertyEquals">
    <xs:complexType>
        <xs:attribute name="name" type="xs:string"/>
        <xs:attribute name="value" type="xs:string"/>
    </xs:complexType>
    </xs:element>
    <xs:element name="assertLogDoesntContain">
    <xs:complexType>
        <xs:attribute name="text" type="xs:string"/>
    </xs:complexType>
    </xs:element>
    <xs:element name="assertPropertySet">
    <xs:complexType>
        <xs:attribute name="name" type="xs:string"/>
    </xs:complexType>
    </xs:element>
   
</xs:schema>