gitConfigPropertyListDTO Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
config list of gitConfigPropertyDTO element 0/unbounded

Example

<git-config-properties>
  <config>
    <section>...</section>
    <subsection>...</subsection>
    <property>...</property>
    <value>...</value>
  </config>
</git-config-properties>