(self, name)
| 693 | return (child, []) |
| 694 | |
| 695 | def get_attribute(self, name): |
| 696 | root = self.root.clone() |
| 697 | root.set('note', 'synthesized (any) attribute') |
| 698 | attribute = Any(self.schema, root) |
| 699 | return (attribute, []) |
| 700 | |
| 701 | def any(self): |
| 702 | return True |