Skip to content

Commit

Permalink
csd > cc element name
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 9, 2024
1 parent 3a1b563 commit 6aee64d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions grammars/cc.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
include "relaton-cc.rnc" {}
include "isodoc.rnc" {

start = csd-standard
start = cc-standard

FigureBody =
source*, tname?, ( figure+ | ( (TextElement* | pre), note*, dl? ) )

}

csd-standard =
element csd-standard {
cc-standard =
element cc-standard {
Root-Attributes,
bibdata, termdocsource*, misccontainer?, boilerplate?, preface, sections+, annex*, bibliography, indexsect*
}
Expand Down
6 changes: 3 additions & 3 deletions grammars/cc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<include href="relaton-cc.rng"/>
<include href="isodoc.rng">
<start>
<ref name="csd-standard"/>
<ref name="cc-standard"/>
</start>
<define name="FigureBody">
<zeroOrMore>
Expand Down Expand Up @@ -40,8 +40,8 @@
</choice>
</define>
</include>
<define name="csd-standard">
<element name="csd-standard">
<define name="cc-standard">
<element name="cc-standard">
<ref name="Root-Attributes"/>
<ref name="bibdata"/>
<zeroOrMore>
Expand Down
4 changes: 2 additions & 2 deletions grammars/csa.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
include "relaton-csa.rnc" {}
include "isodoc.rnc" {

start = csand-standard
start = csa-standard

FigureBody =
source*, tname?, ( figure+ | ( (TextElement* | pre), note*, dl? ) )

}

csand-standard =
csa-standard =
element csa-standard {
Root-Attributes,
bibdata, termdocsource*, misccontainer?, boilerplate?, preface, sections+, annex*, bibliography, indexsect*
Expand Down
4 changes: 2 additions & 2 deletions grammars/csa.rng
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<include href="relaton-csa.rng"/>
<include href="isodoc.rng">
<start>
<ref name="csand-standard"/>
<ref name="csa-standard"/>
</start>
<define name="FigureBody">
<zeroOrMore>
Expand Down Expand Up @@ -39,7 +39,7 @@
</choice>
</define>
</include>
<define name="csand-standard">
<define name="csa-standard">
<element name="csa-standard">
<ref name="Root-Attributes"/>
<ref name="bibdata"/>
Expand Down
2 changes: 1 addition & 1 deletion grammars/isodoc-presentation.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ term = element term {
## Indicate that domain display is to be suppressed if it is being rendered inside of a definition
## TODO will rescind that and put in a pattern that crossreferences rendered Semantic XML elements and their original
termdomain &=
attribute hidden { xsd: boolean }
attribute hidden { xsd:boolean }

## UNWRAP: The designation is replaced with a string concatenating its data:
## The designation name, then field-of-application and usage-info comma-delimited and in angle brackets,
Expand Down
2 changes: 1 addition & 1 deletion grammars/relaton-model-iso

0 comments on commit 6aee64d

Please sign in to comment.