qname (Optional[str]) – The element’s qualified name
text (Optional[str]) – The element’s text content
tail (Optional[str]) – The element’s tail content
children (List[object]) – The element’s list of child elements.
attributes (Dict[str, str]) – The element’s key-value attribute mappings.