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
20 changes: 19 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
source "https://rubygems.org"

gem "lutaml",
github: "lutaml/lutaml",
branch: "update/xsd_support_metanorma_plugin"
gem "lutaml-model",
github: "lutaml/lutaml-model",
branch: "main"
gem "lutaml-xsd",
github: "lutaml/lutaml-xsd",
branch: "update/liquid_drop_methods"
gem "metanorma"
gem "metanorma-cli"
# gem "metanorma-nist", source: "https://rubygems.pkg.github.com/metanorma"
gem "metanorma-plugin-lutaml",
github: "metanorma/metanorma-plugin-lutaml",
branch: "feature/unitsml_liquid_filters"
gem "metanorma-standoc",
github: "metanorma/metanorma-standoc",
branch: "update/lutaml_xsd_preprocessor_support"
gem "metanorma-utils",
github: "metanorma/metanorma-utils",
branch: "main"
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
:revdate: 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