Class InterfacesForRDCT


  • public class InterfacesForRDCT
    extends Object
    Specification of Interfaces (partially inherited from the AbstractResourceDesc)

    Java class for InterfacesForRD_CT complex type.

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

     <complexType name="InterfacesForRD_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="IFImplementations">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Mechanic" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}MechanicalResourceDesc_CT" minOccurs="0"/>
                       <element name="Service" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ServiceResourceDesc_CT" minOccurs="0"/>
                       <element name="Electric" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ElectricalResourceDesc_CT" minOccurs="0"/>
                       <element name="Communication" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ElectricalResourceDesc_CT" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>