Commit 757c0be 1 parent 4ef5526 commit 757c0be Copy full SHA for 757c0be
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,9 @@ Root-Attributes =
610
610
attribute schema-version { text },
611
611
## Type of standards document representation. "Semantic" is the core representation of content.
612
612
## "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 }
614
616
615
617
## Representation of a standardisation document
616
618
standard-document =
Original file line number Diff line number Diff line change @@ -1204,6 +1204,9 @@ numbers</a:documentation>
1204
1204
<value >presentation</value >
1205
1205
</choice >
1206
1206
</attribute >
1207
+ <attribute name =" flavor" >
1208
+ <a : documentation >Metanorma flavor, indicating SDO whose requiremnts the realisation aligns to</a : documentation >
1209
+ </attribute >
1207
1210
</define >
1208
1211
<define name =" standard-document" >
1209
1212
<a : documentation >Representation of a standardisation document</a : documentation >
You can’t perform that action at this time.
0 commit comments