Skip to content

Market

XML Elements

The following elements can be used within this component:

Market

TradeType

Specifies the type of possible trade route (land or naval).

Path: Market/TradeType

InternationalBonus

Additional part of the gain donated when two different players trade

Type: non-negative decimal

Path: Market/InternationalBonus

RELAX NG Grammar

<define name="component.Market">
  <element name="Market">
    <interleave>
      <element name="TradeType">
        <list>
          <oneOrMore>
            <choice>
              <value>
              </value>
              <value>
              </value>
            </choice>
          </oneOrMore>
        </list>
      </element>
      <element name="InternationalBonus">
        <ref name="nonNegativeDecimal"/>
      </element>
    </interleave>
  </element>
</define>