[dia] [embedded image] reflect data attribute in dtd
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] [embedded image] reflect data attribute in dtd
- Date: Fri, 13 Sep 2013 15:39:54 +0000 (UTC)
commit 1452631a9817a483ed7eee29c4eb962a3a50df6e
Author: Hans Breuer <hans breuer org>
Date: Sat Sep 7 14:08:27 2013 +0200
[embedded image] reflect data attribute in dtd
doc/diagram.dtd | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/doc/diagram.dtd b/doc/diagram.dtd
index 096e1cb..5d81569 100644
--- a/doc/diagram.dtd
+++ b/doc/diagram.dtd
@@ -34,7 +34,7 @@
<!ELEMENT dia:attribute (dia:composite | dia:int | dia:enum | dia:real |
dia:boolean | dia:color | dia:point | dia:rectangle |
- dia:string | dia:font | dia:matrix)*>
+ dia:string | dia:font | dia:matrix | dia:data)*>
<!ATTLIST dia:attribute name CDATA #REQUIRED >
<!ELEMENT dia:composite (dia:attribute|dia:composite)*>
@@ -72,6 +72,8 @@
<!ELEMENT dia:string (#PCDATA)>
+<!ELEMENT dia:data (#PCDATA)>
+
<!ELEMENT dia:font EMPTY>
<!ATTLIST dia:font
name CDATA #REQUIRED
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]