Class ExecutionSetRunResults.Run.TestInExecLine.Steps

  • Enclosing class:
    ExecutionSetRunResults.Run.TestInExecLine

    public static class ExecutionSetRunResults.Run.TestInExecLine.Steps
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Step" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="Expected" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="Actual" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="Command" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="CommandParams" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="SQLQry" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="Run">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.w3.org/2001/XMLSchema>string">
                               <attribute name="Status" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                       <element name="Time">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.w3.org/2001/XMLSchema>string">
                               <attribute name="Start" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="End" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="Order" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>