cellml:group

Complex Type Information

Model

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

Attributes

Used By

Source

<complexType name="group">
  <sequence>
    <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
    <choice minOccurs="1" maxOccurs="1">
      <sequence>
        <element name="relationship_ref" type="cellml:relationshipRef" minOccurs="1" maxOccurs="unbounded"/>
        <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
        <element name="component_ref" type="cellml:toplevelComponentRef" minOccurs="1" maxOccurs="unbounded"/>
      </sequence>
      <sequence>
        <element name="component_ref" type="cellml:toplevelComponentRef" minOccurs="1" maxOccurs="unbounded"/>
        <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
        <element name="relationship_ref" type="cellml:relationshipRef" minOccurs="1" maxOccurs="unbounded"/>
      </sequence>
    </choice>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element name="relationship_ref" type="cellml:relationshipRef"/>
      <any namespace="##other" processContents="skip"/>
      <element name="relationship_ref" type="cellml:relationshipRef"/>
    </choice>
  </sequence>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>