~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to webservice/dhis-webservice-expoze/src/main/resources/xmlIndicator.vm

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<indicator>
 
3
        <id>$object.id</id>
 
4
    <name>$!encoder.xmlEncode( $object.name )</name>
 
5
    <alternativeName>$!encoder.xmlEncode( $object.alternativeName )</alternativeName>
 
6
    <shortName>$!encoder.xmlEncode( $object.shortName )</shortName>
 
7
    <code>$!encoder.xmlEncode( $object.code )</code>
 
8
    <description>$!encoder.xmlEncode( $object.description )</description>
 
9
    <annualized>$object.annualized</annualized>
 
10
    <indicatorTypeId>$object.indicatorType.id</indicatorTypeId>
 
11
    <numerator>$!encoder.xmlEncode( $object.numerator )</numerator>
 
12
    <numeratorDescription>$!encoder.xmlEncode( $object.numeratorDescription )</numeratorDescription>
 
13
    <numeratorAggregationOperator>$!encoder.xmlEncode( $object.numeratorAggregationOperator )</numeratorAggregationOperator>
 
14
    <denominator>$!encoder.xmlEncode( $object.denominator )</denominator>
 
15
    <denominatorDescription>$!encoder.xmlEncode( $object.denominatorDescription )</denominatorDescription>
 
16
    <denominatorAggregationOperator>$!encoder.xmlEncode( $object.denominatorAggregationOperator )</denominatorAggregationOperator>    
 
17
</indicator>
 
 
b'\\ No newline at end of file'