Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
SiwMeckelborg committed Oct 19, 2018
1 parent b6a9a62 commit 06a6a2d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
9 changes: 6 additions & 3 deletions rules/get-evidence-1.0/example/response-full example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,18 @@
</cac:TenderingCriterionResponse>
<cac:TenderingCriterionResponse>
<cac:ResponseValue>
<cbc:ID>OrganizationNumber</cbc:ID>
<cbc:ID>1</cbc:ID>
<cbc:Description>OrganizationNumber</cbc:Description>
<cbc:ResponseID>999999956</cbc:ResponseID>
</cac:ResponseValue>
<cac:ResponseValue>
<cbc:ID>OrganizationName</cbc:ID>
<cbc:ID>2</cbc:ID>
<cbc:Description>OrganizationName</cbc:Description>
<cbc:ResponseID>TEST ASA</cbc:ResponseID>
</cac:ResponseValue>
<cac:ResponseValue>
<cbc:ID>IndustryCode1</cbc:ID>
<cbc:ID>3</cbc:ID>
<cbc:Description>IndustryCode1</cbc:Description>
<cbc:ResponseCode>62.030</cbc:ResponseCode>
</cac:ResponseValue>
<cac:EvidenceSupplied>
Expand Down
10 changes: 9 additions & 1 deletion structure/syntax/get-evidence-response.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,16 @@
<Element>
<Term>cbc:ID</Term>
<Name>Identifier for the response</Name>
<Description>The identifier for this response</Description>
<Description>The identifier for this response.</Description>
<DataType>Identifier</DataType>
<Value type="EXAMPLE">1</Value>
</Element>

<Element cardinality="0..1">
<Term>cbc:Description</Term>
<Name>Description of the response</Name>
<Description>The description of this response. A list of values will be provided.</Description>
<DataType>Text</DataType>
<Value type="EXAMPLE">OrganizationNumber</Value>
</Element>

Expand Down

0 comments on commit 06a6a2d

Please sign in to comment.