<element name="component" type="cellml:component">
<unique name="uniqueComponentUnitsName">
<selector xpath="cellml:units"/>
<field xpath="@name"/>
</unique>
<key name="uniqueComponentVariableName">
<selector xpath="cellml:variable"/>
<field xpath="@name"/>
</key>
<keyref name="checkReactions" refer="cellml:uniqueComponentVariableName">
<selector xpath=".//cellml:variable_ref"/>
<field xpath="@variable"/>
</keyref>
<keyref name="checkRoleDelta" refer="cellml:uniqueComponentVariableName">
<selector xpath=".//cellml:role"/>
<field xpath="@delta_variable"/>
</keyref>
<unique name="uniqueDelta">
<selector xpath=".//cellml:role"/>
<field xpath="@delta_variable"/>
</unique>
</element> |