Class SharedElementCT


  • public class SharedElementCT
    extends Object
    Common resources type used over entire (A)RD (in Profiles, Actions, etc.) includes e.g. Properties and variable specifications

    Java class for SharedElement_CT complex type.

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

     <complexType name="SharedElement_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Datatypes" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DataTypes_CT" minOccurs="0"/>
             <element name="SelectiveProperties" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT" minOccurs="0"/>
             <element name="Properties" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT" minOccurs="0"/>
             <element name="Variables" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT" minOccurs="0"/>
             <element name="AbstractInterfacePorts" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}AbstractInterfacePort" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}StdBodies" minOccurs="0"/>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}InterfaceStds" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>