Element | cellml:model/cellml:group |
<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> |