Preguntas con la etiqueta [xml-namespaces]

Lista xml-namespaces preguntas

Tengo las siguientes etiquetas en mi WSDL: <?xml version='1.0' encoding='UTF-8'?> <definitions name="" targetNamespace="http://xxxxx/ws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:s0="http://xxxxx/ws" xmlns:s1="http://schemas.xmlsoap.org/wsdl/soap/"> <types> <xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xxxxx/ws/comments" x...

Suponga el siguiente documento XML: <root xmlns:foo="..."> <foo:parent> <child/> </foo:parent> </root> ¿El elemento pertenece childa un espacio de nombres que corresponde al prefijo foo? ¿Por si acaso <foo:child/>?