/* osgEarth
 * Copyright 2025 Pelican Mapping
 * MIT License
 */
#ifndef OSGEARTH_DRIVER_KML_KML_SCHEMA
#define OSGEARTH_DRIVER_KML_KML_SCHEMA 1

#include "KML_Common"
#include "KML_Container"

namespace osgEarth_kml
{
    using namespace osgEarth;

    struct KML_Schema : public KML_Object
    {

    };

} // namespace osgEarth_kml

#endif // OSGEARTH_DRIVER_KML_KML_SCHEMA
