sector Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
id int element 1/1 required  
language language element 0/1    
tariff string element 0/1    
title string element 0/1    

Example

<sector>
  <id>...</id>
  <title>...</title>
  <language>...</language>
  <tariff>...</tariff>
</sector>