.. _impexp_xml_query_appearance: parameter ^^^^^^^^^^^^^^^^^^^^^^ The ```` parameter filters appearances by their theme. To keep an appearance in the target dataset, the value of its *app:theme* attribute simply has to be enumerated using a ```` subelement. The string values must match exactly. The *app:theme* attribute in CityGML is optional and thus can be null. To be able to also express whether appearances having a *null* theme should be exported, the ```` parameter offers another subelement ````, which is of type Boolean. If set to *true*, appearances with a null theme are exported, otherwise not (default). The following query exports road features and appearances with theme *summer* and *winter*. Since ```` is set to *false*, appearances lacking an *app:theme* attribute are not exported. .. code-block:: xml tran:Road false summer winter