Copying an entire dimension

The entire dimension can be copied using the dimension template.

Request

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="20" Class="Dimension" Method="Write">
    <Alea:Dimension Name="OrgCopy" FirstBatch="true" LastBatch="true">
      <Alea:DimensionTemplate Name="Org" />
    </Alea:Dimension>
  </Alea:Request>
</Alea:Document>