File: 20509-pass-00-03.xml

package info (click to toggle)
libsbml 5.20.4%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 116,352 kB
  • sloc: cpp: 466,192; xml: 357,499; ansic: 53,961; python: 12,540; makefile: 9,755; sh: 9,245; cs: 8,586; java: 8,151; perl: 6,133; ruby: 4,760; javascript: 1,605; php: 202; csh: 3
file content (23 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>

<!--
Pass: (1307) A Compartment with spatialDimensions='3' must have units
of 'volume', 'litre', or the id of a UnitDefinition that defines a
variant of 'metre' with exponent='3' or a variant of 'litre'
(L2v1 Section 4.5.4).
-->

<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
  <model>
    <listOfUnitDefinitions>
      <unitDefinition id="cucm">
        <listOfUnits>
          <unit kind="metre" exponent="3" scale="-2"/>
        </listOfUnits>
      </unitDefinition>
    </listOfUnitDefinitions>
    <listOfCompartments>
      <compartment id="c" spatialDimensions="3" units="cucm"/>
    </listOfCompartments>
  </model>
</sbml>