lib/metanorma/ieee/biblio-standoc.rng in metanorma-ieee-1.3.1 vs lib/metanorma/ieee/biblio-standoc.rng in metanorma-ieee-1.3.2
- old
+ new
@@ -70,10 +70,13 @@
<ref name="docsubtype">
<a:documentation>Subclass of the standardisation document, that is treated or processed differently
from other documents in the same doctype</a:documentation>
</ref>
</optional>
+ <ref name="flavor">
+ <a:documentation>Flavour of Metanorma used to process this document</a:documentation>
+ </ref>
<optional>
<ref name="editorialgroup">
<a:documentation>Groups associated with the production of the standards document, typically within
a standards definition organization</a:documentation>
</ref>
@@ -109,9 +112,19 @@
<element name="subdoctype">
<ref name="DocumentSubtype"/>
</element>
</define>
<define name="DocumentSubtype">
+ <text/>
+ </define>
+ <define name="flavor">
+ <element name="flavor">
+ <ref name="MetanormaFlavor"/>
+ </element>
+ </define>
+ <define name="MetanormaFlavor">
+ <a:documentation>This is in fact an enum, as of this writing: standoc iso generic ietf ieee itu nist ogc csa cc iho ribose jis iec bsi bipm plateau.
+However we prefer not to hardcode it, given ongoing extension.</a:documentation>
<text/>
</define>
<define name="editorialgroup">
<a:documentation>A group associated with the production of the standards document, typically within
a standards definition organization</a:documentation>