]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/includes/problem.inc
Fixup a lot of stuff based on a first round of real testing.
[working/NCIPServer.git] / templates / includes / problem.inc
1 <ncip:Problem>
2 [% IF problem.Scheme -%]
3 <ncip:ProblemType Scheme="[% problem.Scheme | xml %]">
4 [% ELSE -%]
5 <ncip:ProblemType>
6 [% END -%]
7 [% problem.ProblemType | xml %]
8 </ncip:ProblemType>
9 <ncip:ProblemDetail>
10 [% problem.ProblemDetail | xml %]
11 </ncip:ProblemDetail>
12 <ncip:ProblemElement>
13 [% problem.ProblemElement | xml %]
14 </ncip:ProblemElement>
15 <ncip:ProblemValue>
16 [% problem.ProblemValue | xml %]
17 </ncip:ProblemValue>
18 </ncip:Problem>