Home
last modified time | relevance | path

Searched refs:restriction_node (Results 1 – 1 of 1) sorted by relevance

/misc/config_tools/scenario_config/
A Dschema_slicer.py83 def slice_restriction(self, restriction_node): argument
86 for restriction in self.get_nodes(restriction_node, "xs:enumeration"):
88 restriction_node.remove(restriction)
110 restriction_node = self.get_node(new_type_node, "xs:restriction")
111 if restriction_node is not None:
112 sliced = self.slice_restriction(restriction_node)

Completed in 6 milliseconds