Skip to content

Public - general tools used to aid in the development of specifications

Notifications You must be signed in to change notification settings

standardshub/oma-tools-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools

general tools used to aid in the development of specifications

OMA Profile

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>

OMA SCR Editor

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.