List element
| Type: | jaxbList | 
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<List>
  <Item>
    <!--custom xml-->
  </Item>
  <Item>...</Item>
  <!--...more "Item" elements...-->
</List>
      Example JSON
{
  "Item" : [ {
  }, ... ]
}
      
    | Type: | jaxbList | 
<?xml version="1.0" encoding="UTF-8"?>
<List>
  <Item>
    <!--custom xml-->
  </Item>
  <Item>...</Item>
  <!--...more "Item" elements...-->
</List>
      {
  "Item" : [ {
  }, ... ]
}