Sha256: 0a354f8bc0158c7949ce19746c5afbf8607e1d6eaff8aac616c6280d38095faa
Contents?: true
Size: 1.62 KB
Versions: 42
Compression:
Stored size: 1.62 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <grammar ns='https://www.metanorma.org/ns/ieee' 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-ieee.rng"/> <include href="isodoc.rng"> <start> <ref name="ieee-standard"/> </start> <define name="sections"> <element name="sections"> <optional> <ref name="note"/> </optional> <oneOrMore> <choice> <ref name="clause"/> <ref name="terms"/> <ref name="term-clause"/> <ref name="definitions"/> <ref name="floating-title"/> </choice> </oneOrMore> </element> </define> </include> <define name="ieee-standard"> <element name="ieee-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
42 entries across 42 versions & 1 rubygems