Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example baseline, target, and actual for other dimension #660

Open
wants to merge 1 commit into
base: version-2.03
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions en/activity-standard/activity-standard-example-annotated.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,12 @@
<narrative>Baseline comment text</narrative>
</comment>
</baseline>
<baseline year="2012" iso-date="2012-01-01" value="5">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="male" />
<dimension name="age" value="adult" />
</baseline>
<!--result-baseline ends-->
<!--result-period starts-->
<period>
Expand All @@ -413,6 +419,12 @@
<document-date iso-date="2014-02-05" />
</document-link>
</target>
<target value="5">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="male" />
<dimension name="age" value="adult" />
</target>
<actual value="11">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
Expand All @@ -433,6 +445,12 @@
<document-date iso-date="2014-02-05" />
</document-link>
</actual>
<actual value="6">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="male" />
<dimension name="age" value="adult" />
</actual>
</period>
<!--result-period ends-->
</indicator>
Expand Down