Skip to content

Commit

Permalink
Add coord type
Browse files Browse the repository at this point in the history
  • Loading branch information
apressey committed Oct 25, 2024
1 parent 9d4c6b4 commit 2768b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Regulations/RCM/regulation_rcm.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
)
>
<!ATTLIST Paragraph
type (normal | amending | transitional | CIF | CIFnobold | repeal | application) #IMPLIED
type (normal | amending | transitional | CIF | CIFnobold | repeal | application | coord) #IMPLIED
change (ins | del | off | alt) #IMPLIED >

<!ELEMENT Provision
Expand Down Expand Up @@ -594,7 +594,7 @@
iroFid CDATA #IMPLIED
in-force CDATA #IMPLIED
target CDATA #IMPLIED
type (normal | amending | transitional | CIF | CIFnobold | repeal | application) #IMPLIED
type (normal | amending | transitional | CIF | CIFnobold | repeal | application | coord) #IMPLIED
change (ins | del | off | alt) #IMPLIED >

<!ELEMENT SectionPiece (
Expand Down Expand Up @@ -685,7 +685,7 @@
>

<!ATTLIST Subsection
type (normal | amending | transitional | CIF | CIFnobold | repeal | application) #IMPLIED
type (normal | amending | transitional | CIF | CIFnobold | repeal | application | coord) #IMPLIED
change (ins | del | off | alt) #IMPLIED >

<!ELEMENT Subsubclause (
Expand Down

0 comments on commit 2768b13

Please sign in to comment.