fn read_element(
node: Node<'_, '_>,
schema: &Schema,
type_name: &str,
path: &str,
depth: usize,
) -> Result<Node, UciError>Expand description
Walks one XML element as type_name. xsi:type overrides the
declared type when it names a complex type.