<ShapeFeatureStore xmlns="http://www.deegree.org/datasource/feature/shape"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.deegree.org/datasource/feature/shape https://schemas.deegree.org/core/3.6/datasource/feature/shape/shape.xsd">

  <!-- [0...1] CRS for storing geometries -->
  <StorageCRS>EPSG:4326</StorageCRS>

  <!-- [0...1] Local name of the feature type (defaults to base name of shape file) -->
  <FeatureTypeName>MyFeatureTypeName</FeatureTypeName>

  <!-- [0...1] Namespace of the feature type (defaults to NULL namespace) -->
  <FeatureTypeNamespace>http://www.deegree.org/app</FeatureTypeNamespace>

  <!-- [0...1] Prefix of the feature type (defaults to auto-generated prefix) -->
  <FeatureTypePrefix>app</FeatureTypePrefix>

  <!-- [1] Name of the shape file -->
  <File>...</File>

  <!-- [0...1] Encoding of the text fields -->
  <Encoding>ISO-8859-1</Encoding>

  <!-- [0...1] Should an index for alphanumeric fields be generated -->
  <GenerateAlphanumericIndexes>false</GenerateAlphanumericIndexes>
  
  <!-- [0...1] Mapping is optional. If not set all columns will be automapped -->
  <Mapping>
    <SimpleProperty name="objectid" mapping="OBJECTID" />
    <!-- name only must be given -->
    <GeometryProperty name="mygeom" />
  </Mapping>


</ShapeFeatureStore>