Sha256: 1046aa87eae803dce9383cc1596814f30e31de9bec1b5d33b03eddd5f6791076
Contents?: true
Size: 1.2 KB
Versions: 32
Compression:
Stored size: 1.2 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <grammar ns='https://www.metanorma.org/ns/ribose' xmlns="http://relaxng.org/ns/structure/1.0"> <!-- VERSION v1.2.1 Currently we inherit from a namespaced grammar, isostandard. Until we inherit from isodoc, we cannot have a new default namespace: we will end up with a grammar with two different namespaces, one for isostandard and one for csand additions. And we do not want that. --> <include href="relaton-ribose.rng"/> <include href="isodoc.rng"> <start> <ref name="rsd-standard"/> </start> </include> <define name="rsd-standard"> <element name="rsd-standard"> <ref name="Root-Attributes"/> <ref name="bibdata"/> <zeroOrMore> <ref name="termdocsource"/> </zeroOrMore> <optional> <ref name="misccontainer"/> </optional> <optional> <ref name="boilerplate"/> </optional> <ref name="preface"/> <oneOrMore> <ref name="sections"/> </oneOrMore> <zeroOrMore> <ref name="annex"/> </zeroOrMore> <ref name="bibliography"/> <zeroOrMore> <ref name="indexsect"/> </zeroOrMore> </element> </define> </grammar>
Version data entries
32 entries across 32 versions & 1 rubygems