cellml:connection

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#' , ((cellml:map_components , cellml:map_variables , (cellml:map_variables | ANY element from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#')) | (cellml:map_variables , (cellml:map_variables | ANY element from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#') , cellml:map_components , (cellml:map_variables | ANY element from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#')))

Attributes

Used By

Source

<complexType name="connection">
  <sequence>
    <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
    <choice>
      <sequence>
        <element name="map_components" minOccurs="1" maxOccurs="1" type="cellml:mapComponents"/>
        <sequence>
          <element name="map_variables" minOccurs="1" maxOccurs="1" type="cellml:mapVariables"/>
          <choice minOccurs="0" maxOccurs="unbounded">
            <element name="map_variables" type="cellml:mapVariables"/>
            <any namespace="##other" processContents="skip"/>
          </choice>
        </sequence>
      </sequence>
      <sequence>
        <sequence>
          <element name="map_variables" minOccurs="1" maxOccurs="1" type="cellml:mapVariables"/>
          <choice minOccurs="0" maxOccurs="unbounded">
            <element name="map_variables" type="cellml:mapVariables"/>
            <any namespace="##other" processContents="skip"/>
          </choice>
        </sequence>
        <element name="map_components" minOccurs="1" maxOccurs="1" type="cellml:mapComponents"/>
        <sequence>
          <choice minOccurs="0" maxOccurs="unbounded">
            <element name="map_variables" type="cellml:mapVariables"/>
            <any namespace="##other" processContents="skip"/>
          </choice>
        </sequence>
      </sequence>
    </choice>
  </sequence>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>