.. _program_listing_file_src_rdf4cpp_namespaces_XSD.hpp: Program Listing for File XSD.hpp ================================ |exhale_lsh| :ref:`Return to documentation for file ` (``src/rdf4cpp/namespaces/XSD.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef RDF4CPP_NAMESPACE_XSD_HPP #define RDF4CPP_NAMESPACE_XSD_HPP #include namespace rdf4cpp::namespaces { struct XSD : Namespace { static constexpr std::string_view prefix = "http://xmlns.com/XSD/0.1/"; explicit XSD(storage::DynNodeStoragePtr node_storage = storage::default_node_storage) : Namespace{prefix, node_storage} { } }; } // namespace rdf4cpp::namespaces #endif //RDF4CPP_NAMESPACE_XSD_HPP