1 //2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.3-b18-fcs 3 // See <a HREF="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 4 // Any modifications to this file will be lost upon recompilation of the source schema. 5 // Generated on: 2005.06.14 at 12:02:17 PDT 6 //7 8 9 package com.sun.japex.testsuite;10 11 12 /**13 * Java content class for testSuite element declaration.14 * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/files/hudson/jobs/fi/workspace/fi/Japex/resources/testsuite.xsd line 17)15 * <p>16 * <pre>17 * <element name="testSuite">18 * <complexType>19 * <complexContent>20 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">21 * <sequence>22 * <element name="param" type="{http://www.sun.com/japex/testSuite}ParamType" maxOccurs="unbounded" minOccurs="0"/>23 * <element name="driver" maxOccurs="unbounded">24 * <complexType>25 * <complexContent>26 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">27 * <sequence>28 * <element name="param" type="{http://www.sun.com/japex/testSuite}ParamType" maxOccurs="unbounded" minOccurs="0"/>29 * </sequence>30 * <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />31 * <attribute name="normal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />32 * </restriction>33 * </complexContent>34 * </complexType>35 * </element>36 * <element name="testCase" maxOccurs="unbounded">37 * <complexType>38 * <complexContent>39 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">40 * <sequence>41 * <element name="param" type="{http://www.sun.com/japex/testSuite}ParamType" maxOccurs="unbounded" minOccurs="0"/>42 * </sequence>43 * <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />44 * </restriction>45 * </complexContent>46 * </complexType>47 * </element>48 * </sequence>49 * <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />50 * </restriction>51 * </complexContent>52 * </complexType>53 * </element>54 * </pre>55 * 56 */57 public interface TestSuite58 extends javax.xml.bind.Element, com.sun.japex.testsuite.TestSuiteType59 {60 61 62 }63