| Index: client/html/generated/html/interface/Notation.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/Notation.dart
|
| similarity index 74%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/Notation.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..90c864f0de794dd85c18b31095da5bdf1b0423ce 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/Notation.dart
|
| @@ -4,5 +4,9 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface Notation extends Node {
|
| +
|
| + final String publicId;
|
| +
|
| + final String systemId;
|
| +}
|
|
|