[#BloombergLP-balxml-Util-extractNamespaceFromXsd-009] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Util.adoc[Util]::extractNamespaceFromXsd :relfileprefix: ../../../ :mrdocs: Extract the target namespace from an XSD schema. == Synopses Declared in `<balxml_util.h>` Extract the target namespace from an XSD schema. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-047.adoc[extractNamespaceFromXsd]( std::string_view const& xsdSource, xref:bsl/string.adoc[bsl::string]* targetNamespace); ---- [.small]#xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-047.adoc[_» more..._]# Extract the target namespace from an XSD schema. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-03b.adoc[extractNamespaceFromXsd]( std::string_view const& xsdSource, std::pmr::string* targetNamespace); ---- [.small]#xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-03b.adoc[_» more..._]# Extract the target namespace from an XSD schema. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-040f0.adoc[extractNamespaceFromXsd]( std::string_view const& xsdSource, std::string* targetNamespace); ---- [.small]#xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-040f0.adoc[_» more..._]# Extract the target namespace from an XSD schema. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-040fe.adoc[extractNamespaceFromXsd]( std::streambuf* xsdSource, xref:bsl/string.adoc[bsl::string]* targetNamespace); ---- [.small]#xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-040fe.adoc[_» more..._]# Extract the target namespace from an XSD schema. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-034.adoc[extractNamespaceFromXsd]( std::streambuf* xsdSource, std::pmr::string* targetNamespace); ---- [.small]#xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-034.adoc[_» more..._]# Extract the target namespace from an XSD schema. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-00f.adoc[extractNamespaceFromXsd]( std::streambuf* xsdSource, std::string* targetNamespace); ---- [.small]#xref:BloombergLP/balxml/Util/extractNamespaceFromXsd-00f.adoc[_» more..._]# == Return Value `true` on success, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *xsdSource* | XSD schema text to parse | *targetNamespace* | string to receive the extracted namespace |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#