From: <luc...@us...> - 2019-11-22 23:16:14
|
Revision: 26182 http://sourceforge.net/p/sbml/code/26182 Author: luciansmith Date: 2019-11-22 23:16:12 +0000 (Fri, 22 Nov 2019) Log Message: ----------- Got the names of the attributes wrong. Modified Paths: -------------- trunk/specifications/sbml-level-3/version-1/spatial/specification/apdx-validation.tex Modified: trunk/specifications/sbml-level-3/version-1/spatial/specification/apdx-validation.tex =================================================================== --- trunk/specifications/sbml-level-3/version-1/spatial/specification/apdx-validation.tex 2019-11-22 23:11:53 UTC (rev 26181) +++ trunk/specifications/sbml-level-3/version-1/spatial/specification/apdx-validation.tex 2019-11-22 23:16:12 UTC (rev 26182) @@ -1435,10 +1435,10 @@ a \ListOfCSGNodes object. (Reference: SBML Level~3 Specification for Spatial Processes, Version~1, \sec{listofcsgnodes-class}.)} -\validRule{spatial-23250}{\changed{If the \token{spa\-tial:\-operationType} attribute of a \CSGSetOperator has the value \val{difference}, it must also define values for the attributes \token{spa\-tial:\-componentA} and \token{spa\-tial:\-componentB}. +\validRule{spatial-23250}{\changed{If the \token{spa\-tial:\-operationType} attribute of a \CSGSetOperator has the value \val{difference}, it must also define values for the attributes \token{spa\-tial:\-complementA} and \token{spa\-tial:\-complementB}. (Reference: SBML Level~3 Specification for Spatial Processes, Version~1, \sec{csgsetoperator-class}.)}} -\validRule{spatial-23251}{\changed{If the attribute \token{spa\-tial:\-operationType} of a \CSGSetOperator has the value \val{union} or \val{in\-ter\-sec\-tion}, it must not define values for the attributes \token{spa\-tial:\-componentA} nor \token{spa\-tial:\-componentB}. +\validRule{spatial-23251}{\changed{If the attribute \token{spa\-tial:\-operationType} of a \CSGSetOperator has the value \val{union} or \val{in\-ter\-sec\-tion}, it must not define values for the attributes \token{spa\-tial:\-complementA} nor \token{spa\-tial:\-complementB}. (Reference: SBML Level~3 Specification for Spatial Processes, Version~1, \sec{csgsetoperator-class}.)}} \validRule{spatial-23251}{\changed{If the attribute \token{spatial:operationType} of a \CSGSetOperator is \val{difference}, it must have exactly two \CSGNode children. |