The CatalogProps and ItemProps elements are used as subelements of the Globals element to define the properties that will be returned in response to browse and calcrgn
commands when no props parameter is present in the URL.
For example, the following will cause all browse
and calcrgn
requests to return the Name and Description catalog and item properties:
<Globals>
...
<CatalogProps>Name,Description</CatalogProps>
<ItemProps>Name,Description</ItemProps>
...
</Globals>