Class InputOutputParamSetCapabilityCT


  • public class InputOutputParamSetCapabilityCT
    extends Object
    Parameters set for Capability

    Java class for InputOutputParamSetCapability_CT complex type.

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

     <complexType name="InputOutputParamSetCapability_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Characteristics" minOccurs="0">
               <complexType>
                 <complexContent>
                   <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}CapabilityParameterSet_CT">
                     <sequence>
                       <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_hasItemSizes" maxOccurs="unbounded" minOccurs="0"/>
                       <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_hasAllowedItemShapeAndSizes" maxOccurs="unbounded" minOccurs="0"/>
                       <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_hasShapeAndSizes" maxOccurs="unbounded" minOccurs="0"/>
                       <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}hasWorkspaceTypeAndDimensions" minOccurs="0"/>
                       <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_hasMovementRanges" minOccurs="0"/>
                     </sequence>
                   </extension>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>