Class TestCases.TestCase

  • Enclosing class:
    TestCases

    public static class TestCases.TestCase
    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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="inputNode" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <extension base="{http://www.omg.org/spec/DMN/20160719/testcase}valueType">
                     <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                     <anyAttribute processContents='lax' namespace='##other'/>
                   </extension>
                 </complexContent>
               </complexType>
             </element>
             <element name="resultNode" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="computed" type="{http://www.omg.org/spec/DMN/20160719/testcase}valueType" minOccurs="0"/>
                       <element name="expected" type="{http://www.omg.org/spec/DMN/20160719/testcase}valueType" minOccurs="0"/>
                     </sequence>
                     <attribute name="errorResult" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                     <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                     <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="cast" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="extensionElements" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" type="{http://www.omg.org/spec/DMN/20160719/testcase}testCaseType" default="decision" />
           <attribute name="invocableName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>