Class ProcessStepRefWithMatchCT


  • public class ProcessStepRefWithMatchCT
    extends ProcessStepRefCT
    Process Step Reference with Match information

    Java class for ProcessStepRefWithMatch_CT complex type.

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

     <complexType name="ProcessStepRefWithMatch_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ProcessStepRef_CT">
           <sequence>
             <choice>
               <element name="NoMatchRequired">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <attribute name="avgProcessingTime" type="{http://www.w3.org/2001/XMLSchema}float" />
                       <attribute name="isHumanProcess" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="NoMatch">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Match" maxOccurs="unbounded"/>
             </choice>
             <element name="PrecededBy" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="idRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
                     <attribute name="gidRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>