Skip to content

Commit

Permalink
[CI] Publish Documentation for 4fbd447
Browse files Browse the repository at this point in the history
  • Loading branch information
NPJ-OP-LUX committed Nov 28, 2024
1 parent dcbb81d commit 562e0ed
Show file tree
Hide file tree
Showing 14 changed files with 6,680 additions and 6,618 deletions.
78 changes: 70 additions & 8 deletions ESPD-EDM/latest/technical/tech_codelist.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,26 @@ <h3 id="_code_list_that_is_not_used_for_code_values"><a class="anchor" href="#_c
<div class="paragraph">
<p><em>TenderingCriterionProperty (a QUESTION) asking for the identifier of the Economic Operator</em></p>
</div>
</div>
<div class="sect2">
<h3 id="_xml_example_2"><a class="anchor" href="#_xml_example_2"></a>1.6. XML Example</h3>
<div class="sect3">
<h4 id="_code_with_callouts_2"><a class="anchor" href="#_code_with_callouts_2"></a>1.6.1. Code with callouts</h4>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
The source code can be copied from the code block below the callout section
</td>
</tr>
</table>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">...
&lt;cac:TenderingCriterionProperty&gt;
<pre>&lt;cac:TenderingCriterionProperty&gt;
&lt;cbc:ID schemeID="Criterion" schemeAgencyID="OP" schemeVersionID="3.3.0"&gt;
1fa05728-308f-43b0-b547-c903ffb0a8af
&lt;/cbc:ID&gt; <i class="conum" data-value="1"></i><b>(1)</b>
Expand All @@ -671,8 +687,7 @@ <h3 id="_code_list_that_is_not_used_for_code_values"><a class="anchor" href="#_c
&lt;cbc:ValueDataTypeCode listID="response-data-type" listAgencyID="OP" listVersionID="3.3.0"&gt;
ECONOMIC_OPERATOR_IDENTIFIER
&lt;/cbc:ValueDataTypeCode&gt; <i class="conum" data-value="2"></i><b>(2)</b>
&lt;/cac:TenderingCriterionProperty&gt;
...</code></pre>
&lt;/cac:TenderingCriterionProperty&gt;</pre>
</div>
</div>
<div class="colist arabic">
Expand All @@ -687,22 +702,52 @@ <h3 id="_code_list_that_is_not_used_for_code_values"><a class="anchor" href="#_c
</tr>
</table>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;cac:TenderingCriterionProperty&gt;
&lt;cbc:ID schemeID="Criterion" schemeAgencyID="OP" schemeVersionID="3.3.0"&gt;
1fa05728-308f-43b0-b547-c903ffb0a8af
&lt;/cbc:ID&gt; <i class="conum" data-value="1"></i><b>(1)</b>
&lt;cbc:Description&gt;ID of the economic operator&lt;/cbc:Description&gt;
&lt;cbc:TypeCode listID="criterion-element-type" listAgencyID="OP" listVersionID="3.3.0"&gt;QUESTION&lt;/cbc:TypeCode&gt;
&lt;cbc:ValueDataTypeCode listID="response-data-type" listAgencyID="OP" listVersionID="3.3.0"&gt;
ECONOMIC_OPERATOR_IDENTIFIER
&lt;/cbc:ValueDataTypeCode&gt; <i class="conum" data-value="2"></i><b>(2)</b>
&lt;/cac:TenderingCriterionProperty&gt;</code></pre>
</div>
</div>
<div class="paragraph">
<p><em>TenderingCriterionResponse (the answer to the previous QUESTION)</em></p>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_xml_example_3"><a class="anchor" href="#_xml_example_3"></a>1.7. XML Example</h3>
<div class="sect3">
<h4 id="_code_with_callouts_3"><a class="anchor" href="#_code_with_callouts_3"></a>1.7.1. Code with callouts</h4>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
The source code can be copied from the code block below the callout section
</td>
</tr>
</table>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">...
&lt;cac:TenderingCriterionResponse&gt;
<pre>&lt;cac:TenderingCriterionResponse&gt;
&lt;cbc:ID schemeID="ISO/IEC 9834-8:2008 - 4UUID" schemeAgencyID="OP" schemeVersionID="3.3.0"&gt;acb58f0e-0fe4-4372-aa08-60d0c36bfcfe&lt;/cbc:ID&gt;
&lt;cbc:ValidatedCriterionPropertyID schemeID="Criterion" schemeAgencyID="OP" schemeVersionID="3.3.0"&gt;
1fa05728-308f-43b0-b547-c903ffb0a8af
&lt;/cbc:ValidatedCriterionPropertyID&gt; <i class="conum" data-value="1"></i><b>(1)</b>
&lt;cbc:ResponseID schemeID="VAT" schemeAgencyID="ES-AEAT"&gt;
B82387770
&lt;/cbc:ResponseID&gt; <i class="conum" data-value="2"></i><b>(2)</b>
&lt;/cac:TenderingCriterionResponse&gt;
...</code></pre>
&lt;/cac:TenderingCriterionResponse&gt;</pre>
</div>
</div>
<div class="colist arabic">
Expand All @@ -717,12 +762,29 @@ <h3 id="_code_list_that_is_not_used_for_code_values"><a class="anchor" href="#_c
</tr>
</table>
</div>
</div>
<div class="sect3">
<h4 id="_copy_the_code_block_2"><a class="anchor" href="#_copy_the_code_block_2"></a>1.7.2. Copy the code block</h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;cac:TenderingCriterionResponse&gt;
&lt;cbc:ID schemeID="ISO/IEC 9834-8:2008 - 4UUID" schemeAgencyID="OP" schemeVersionID="3.3.0"&gt;acb58f0e-0fe4-4372-aa08-60d0c36bfcfe&lt;/cbc:ID&gt;
&lt;cbc:ValidatedCriterionPropertyID schemeID="Criterion" schemeAgencyID="OP" schemeVersionID="3.3.0"&gt;
1fa05728-308f-43b0-b547-c903ffb0a8af
&lt;/cbc:ValidatedCriterionPropertyID&gt; <i class="conum" data-value="1"></i><b>(1)</b>
&lt;cbc:ResponseID schemeID="VAT" schemeAgencyID="ES-AEAT"&gt;
B82387770
&lt;/cbc:ResponseID&gt; <i class="conum" data-value="2"></i><b>(2)</b>
&lt;/cac:TenderingCriterionResponse&gt;</code></pre>
</div>
</div>
<div id="code-list-catalogue" class="paragraph">
<p>This section collects all code lists used in <strong>ESPD-EDM</strong> with its classification, description and meta-data.</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="access-right-table"><a class="anchor" href="#access-right-table"></a>2. access-right</h2>
<div class="sectionbody">
Expand Down
Loading

0 comments on commit 562e0ed

Please sign in to comment.