xmlclass/xmlclass.py
changeset 1782 5b6ad7a7fd9d
parent 1780 c52d1460cea8
child 1826 91796f408540
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
   698         "type": COMPLEXTYPE,
   698         "type": COMPLEXTYPE,
   699         "choices_xpath": etree.XPath(choices_xpath, namespaces=factory.NSMAP),
   699         "choices_xpath": etree.XPath(choices_xpath, namespaces=factory.NSMAP),
   700         "initial": GetContentInitial,
   700         "initial": GetContentInitial,
   701     }
   701     }
   702 
   702 
   703 #-------------------------------------------------------------------------------
   703 # -------------------------------------------------------------------------------
   704 #                           Structure extraction functions
   704 #                           Structure extraction functions
   705 #-------------------------------------------------------------------------------
   705 # -------------------------------------------------------------------------------
   706 
   706 
   707 
   707 
   708 def DecomposeQualifiedName(name):
   708 def DecomposeQualifiedName(name):
   709     result = QName_model.match(name)
   709     result = QName_model.match(name)
   710     if not result:
   710     if not result: