<?xml version="1.0"?>
<GMLCRSStore xmlns="http://www.deegree.org/crs/stores/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.deegree.org/crs https://schemas.deegree.org/core/3.6/crs/stores/gml/gml.xsd">
  <!-- ONE of -->
  <GMLFile>...</GMLFile>
  <!-- or (must have an constructur as: GMLResourceClass(GMLCRSStore store, Map<String, List<String>> params ) -->
  <GMLResourceClass>...</GMLResourceClass>
  <!-- if GMLResourceClass [0..*] -->
  <Param>
    <Name>UniqueName</Name>
    <Value>Value</Value>
  </Param>
</GMLCRSStore>