Class ExecCapabilitiesCT


  • public class ExecCapabilitiesCT
    extends Object
    Executable Capabilities for RD (partially inherited from the AbstractResourceDesc)

    Java class for ExecCapabilities_CT complex type.

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

     <complexType name="ExecCapabilities_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SharedPortSymbols">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Symbol" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Symbol_CT" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ExecCapas">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ExecCapa" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapa_CT" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="ExecCapaRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaRef_ST" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ConnectionMethodsForCtrlAndComm">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ConnectionMethodCtrlAndComm" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Implementation" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Implementation_CT" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>