MTTerritory Data Type

a MTTerritory represents a territory.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
code string element 0/1    
country boolean element 1/1 required boolean  
id string element 0/1    
name string element 0/1    
updated dateTime element 0/1    
weight int element 1/1 required int  

Example

<territory>
  <code>...</code>
  <country>...</country>
  <name>...</name>
  <weight>...</weight>
  <id>...</id>
  <updated>...</updated>
</territory>