Class AbstractionDefinition.Ports.Port.Transactional

  • Enclosing class:
    AbstractionDefinition.Ports.Port

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2024-11-14T04:42:42Z")
    public static class AbstractionDefinition.Ports.Port.Transactional
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="qualifier" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="isAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                       <element name="isData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="onSystem" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="group" type="{http://www.w3.org/2001/XMLSchema}Name"/>
                       <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}transactionalPort"/>
                     </sequence>
                     <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="onMaster" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}transactionalPort"/>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="onSlave" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}transactionalPort"/>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>