# HG changeset patch # User Sergey # Date 1251380982 -14400 # Node ID 5899df8c289efc559749e3c7f6fe0bd64033ffcd # Parent fffb153be599d5fe4819591b69f52ce453a8904d DOM schema diff -r fffb153be599 -r 5899df8c289e Lib/IMPL/DOM/Schema/ComplexNode.pm --- a/Lib/IMPL/DOM/Schema/ComplexNode.pm Tue Aug 25 17:36:37 2009 +0400 +++ b/Lib/IMPL/DOM/Schema/ComplexNode.pm Thu Aug 27 17:49:42 2009 +0400 @@ -6,7 +6,6 @@ use IMPL::Class::Property; BEGIN { - public property nodeType => prop_all; public property content => { get => \&_getContent, set => \&_setContent @@ -55,11 +54,6 @@ =over -=item C - -Тип описанный в схеме, экземпляром которого является данный узел. При этом -свойство C должно быть пустым. - =item C Содержимое узла, может быть либо C либо diff -r fffb153be599 -r 5899df8c289e _test/Resources/test.form --- a/_test/Resources/test.form Tue Aug 25 17:36:37 2009 +0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -
- Peter - - sssddd-ffd-ssd - - - - -
\ No newline at end of file diff -r fffb153be599 -r 5899df8c289e _test/Resources/test.schema --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_test/Resources/test.schema Thu Aug 27 17:49:42 2009 +0400 @@ -0,0 +1,31 @@ + + + + + + + + + + + + + \w+ + + + \w+ + + + + + + + + + + + + + \d{4}-\d{2}-\d{2}((T|\s)\d{2}\:\d{2}:\d{2})? + + \ No newline at end of file