general tools used to aid in the development of specifications
Load development OMA Profile
<script src="node_modules/requirejs/require.js" data-main="oma-profile/oma" async
class="remove"></script>
Load latest OMA Profile build
<script src="builds/respec-oma-common.js"
async class="remove"></script>
Load public OMA Profile latest RELEASED build
<script src="https://openmobilealliance.github.io/Tools/builds/respec-oma-common.js"
async class="remove"></script>
Load public OMA Profile latest WIP build
This should be used for all documents under current development.
<script src="https://openmobilealliance.github.io/Tools/builds/respec-oma-common-WIP.js"
async class="remove"></script>
Latest W3C Respec
<script src="http://www.w3.org/Tools/respec/respec-w3c-common"
async class="remove"></script>
SCR Data can be exported by navigating to the ReSpec menu and clicking on "Export SCR Data"
Navigating to https://openmobilealliance.github.io/Tools/scr-editor/ will allow you to import the SCR Data and create a formatted SCR Table for use in a ReSpec document.