Skip to content

Commit 757c0be

Browse files
committed
root attribute flavor: metanorma/metanorma#440
1 parent 4ef5526 commit 757c0be

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

grammars/isodoc.rnc

+3-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,9 @@ Root-Attributes =
610610
attribute schema-version { text },
611611
## Type of standards document representation. "Semantic" is the core representation of content.
612612
## "Presentation" manipulates and enhances the representation for rendering needs.
613-
attribute type { "semantic" | "presentation" }
613+
attribute type { "semantic" | "presentation" },
614+
## Metanorma flavor, indicating SDO whose requiremnts the realisation aligns to
615+
attribute flavor { text }
614616

615617
## Representation of a standardisation document
616618
standard-document =

grammars/isodoc.rng

+3
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,9 @@ numbers</a:documentation>
12041204
<value>presentation</value>
12051205
</choice>
12061206
</attribute>
1207+
<attribute name="flavor">
1208+
<a:documentation>Metanorma flavor, indicating SDO whose requiremnts the realisation aligns to</a:documentation>
1209+
</attribute>
12071210
</define>
12081211
<define name="standard-document">
12091212
<a:documentation>Representation of a standardisation document</a:documentation>

0 commit comments

Comments
 (0)