In order to work with our ACS, we do need to export current XML datamodel and imported it in our ACS. 

As far we see, we can't find anywhere the correct structure that will provide XML template as below:


<parameters>
      <parameter>
        <parameterName>Device</parameterName>
        <parameterType>object</parameterType>
        <array>false</array>
        <parameters>
          <parameter>
            <parameterName>GatewayInfo</parameterName>
            <parameterType>object</parameterType>
            <array>false</array>
            <parameters>
              <parameter>


In call cases we miss usually the parameter configuration. 

Is this something that we could find somewhere?