Go to the documentation of this file.
21 from namespaces
import METANS
22 from element
import Element
26 return Element(qname = (METANS,
'auto-reload'), **args)
29 return Element(qname = (METANS,
'creation-date'), **args)
32 return Element(qname = (METANS,
'date-string'), **args)
35 return Element(qname = (METANS,
'document-statistic'), **args)
38 return Element(qname = (METANS,
'editing-cycles'), **args)
41 return Element(qname = (METANS,
'editing-duration'), **args)
44 return Element(qname = (METANS,
'generator'), **args)
47 return Element(qname = (METANS,
'hyperlink-behaviour'), **args)
50 return Element(qname = (METANS,
'initial-creator'), **args)
53 return Element(qname = (METANS,
'keyword'), **args)
56 return Element(qname = (METANS,
'print-date'), **args)
59 return Element(qname = (METANS,
'printed-by'), **args)
62 args.setdefault(
'type',
'simple')
63 return Element(qname = (METANS,
'template'), **args)
66 return Element(qname = (METANS,
'user-defined'), **args)