Skip to content

Commit

Permalink
feat: add XML namespace handling spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Feb 22, 2025
1 parent 0bdb5d9 commit 9b0c5fb
Show file tree
Hide file tree
Showing 3 changed files with 1,350 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,26 @@ This document is available in its rendered forms here:

This repository contains the official specifications for the LutaML framework, a comprehensive suite of tools for model-driven development. The specifications include:

RS 3005:: *LutaML Path* -- A query language for navigating and querying LutaML Models and their instances
RS 3002:: *Model Collection* -- Specification for managing collections of model instances with serialization capabilities
RS 3001:: *LutaML Language* -- Specification for defining LutaML syntax and semantics
RS 3002:: *LutaML Path* -- A query language for navigating and querying LutaML Models and their instances
RS 3004:: *Model Register* -- Framework for model registration and discovery
RS 3005:: *Model Collection* -- Specification for managing collections of model instances with serialization capabilities
RS 3003:: *Model Transform* -- Specification for model transformation and mapping operations
RS 3006:: *XML Namespaces* -- Specification for XML namespaces used in LutaML

These specifications are written in Metanorma to generate standardized documentation in multiple formats.

== Document Structure

`sources/`:: source files for LutaML specifications in Metanorma format.

`lutaml-lang.adoc`::: LutaML Language specification
`lutaml-path.adoc`::: LutaML Path specification
`model-collection.adoc`::: Model Collection specification
`model-register.adoc`::: Model Register specification
`model-transform.adoc`::: Model Transform specification
`xml-namespaces.adoc`::: XML Namespaces


`_site/`::
Generated documentation in multiple formats (HTML, PDF, XML, etc.)
Expand Down
5 changes: 3 additions & 2 deletions metanorma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ metanorma:
source:
files:
- sources/lutaml-lang.adoc
- sources/lutaml-path.adoc
- sources/model-collection.adoc
- sources/model-transform.adoc
- sources/model-register.adoc
- sources/lutaml-path.adoc
- sources/xml-namespaces.adoc

collection:
organization: "LutaML"
name: "LutaML specifications"
Loading

0 comments on commit 9b0c5fb

Please sign in to comment.