Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ jobs:
# github-packages-token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
# use-bundler: true

- name: Install bundled dependencies
run: bundle check || bundle install

- name: Metanorma generate site
uses: actions-mn/build-and-publish@v2
with:
agree-to-terms: true
destination: gh-pages
use-bundler: true

deploy:
if: ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -53,4 +57,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
source "https://rubygems.org"

gem "lutaml", "~> 0.10", ">= 0.10.12"
gem "lutaml-model", "~> 0.8.4"
gem "metanorma"
gem "metanorma-cli"
# gem "metanorma-nist", source: "https://rubygems.pkg.github.com/metanorma"
gem "metanorma-plugin-lutaml", "~> 0.7", ">= 0.7.45"
gem "metanorma-standoc", "~> 3.4", ">= 3.4.3"
gem "metanorma-utils", "~> 2.0", ">= 2.0.6"
1 change: 1 addition & 0 deletions metanorma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metanorma:
files:
- sources/asciiunits/document.adoc
- sources/unitsdb/document.adoc
- sources/unitsml-xml-schema/document.adoc
# - sources/unitsml-guide/document.adoc
# - sources/unitsml-incorporation/document.adoc
# - sources/unitsml-ubl-ndr-subset/document.adoc
Expand Down
45 changes: 45 additions & 0 deletions sources/unitsml-xml-schema/document.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
= CalConnect Standard: UnitsML XML schema specification
:title: UnitsML XML schema specification
:docnumber: 36811
:copyright-year: 2025
:doctype: standard
:edition: 1
:status: committee-draft
:updated-date: 2025-08-22
:published-date: 2025-08-22
:technical-committee: TC UNITS
:fullname: Ronald Tse
:surname: Tse
:givenname: Ronald
:affiliation: Ribose Inc.
:fullname_2: Suleman Uzair
:surname_2: Uzair
:givenname_2: Suleman
:affiliation_2: Ribose Inc.
:imagesdir: images
:mn-document-class: cc
:mn-output-extensions: xml,html,pdf,rxl
:local-cache-only:
:data-uri-image:

include::sections/00-foreword.adoc[]

include::sections/00-intro.adoc[]

include::sections/01-scope.adoc[]

include::sections/02-normrefs.adoc[]

include::sections/03-terms.adoc[]

include::sections/04-conventions.adoc[]

include::sections/05-schema.adoc[]

include::sections/06-elements.adoc[]

include::sections/07-complex-types.adoc[]

include::sections/08-attribute-groups.adoc[]

include::sections/99-bibliography.adoc[]
Loading
Loading