Class DesignConfiguration.InterconnectionConfiguration.AbstractorInstances

  • Enclosing class:
    DesignConfiguration.InterconnectionConfiguration

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:51Z")
    public static class DesignConfiguration.InterconnectionConfiguration.AbstractorInstances
    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 ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/>
             <element name="interfaceRef" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence minOccurs="0">
                       <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/>
                     </sequence>
                     <attribute name="componentRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" />
                     <attribute name="busRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="abstractorInstance" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="instanceName" type="{http://www.w3.org/2001/XMLSchema}Name"/>
                       <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}displayName" minOccurs="0"/>
                       <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}description" minOccurs="0"/>
                       <element name="abstractorRef" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}configurableLibraryRefType"/>
                       <element name="viewName" type="{http://www.w3.org/2001/XMLSchema}Name"/>
                     </sequence>
                     <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>