mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
11 lines
347 B
XML
11 lines
347 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schema
|
|
xmlns="http://purl.oclc.org/dsdl/schematron">
|
|
<pattern id="UNIQUE_OPCODE_CMD">
|
|
<rule context="command">
|
|
<assert test="count(//command/@opcode[. = current()/@opcode]) = 1">Command opcodes should be unique.
|
|
</assert>
|
|
</rule>
|
|
</pattern>
|
|
</schema>
|