<Invoice xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDataTypes-2"
xmlns:udt="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2"
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2">
These are the namespaces i need to add..
On this moment only the last xmlns="" is added
How can i add xmlns:cbc or xmlns:cac and so on? In the example above it is not explained where..
example in microsoft docs..
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms754539(v=vs.85)#:~:text=about%20XML%20namespaces.-,What%20Is%20an%20XML%20Namespace%3F,elements%20with%20the%20same%20name.
This line:
<RecordList xmlns:xxx="http://namespace.com/test" xmlns:n1="http://namespace.com/test2" xmlns:n2="http://namespace.com/test3" >
Where did you define this?