You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: a11y-meta-display-guide/2.0/draft/techniques/onix-metadata/index.html
+8-2
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,11 @@ <h4>Understanding the variables</h4>
380
380
<p>If true it indicates that the <ahref="https://ns.editeur.org/onix/en/196/86">code 86 of codelist 196</a> (WCAG level AAA) is present in the ONIX record, otherwise if false it means that the metadata is not present.</p>
381
381
<p>This means that the publication conforms with the requirements of WCAG level AAA.</p>
382
382
</dd>
383
+
<dt><var>lia_compliant</var></dt>
384
+
<dd>
385
+
<p>If true it indicates that the <ahref="https://ns.editeur.org/onix/en/196/01">code 01 of codelist 196</a> (LIA Compliance Scheme) is present in the ONIX record, otherwise if false it means that the metadata is not present.</p>
386
+
<p>This means that the publication conforms with the requirements of Fondazione LIA.</p>
387
+
</dd>
383
388
<dt><var>certifier</var></dt>
384
389
<dd>
385
390
<p>Returns the description of <ahref="https://ns.editeur.org/onix/en/196/90">code 90 of codelist 196</a> (Compliance certification by (name)) if present in the ONIX record, otherwise if false it means that the metadata is not present.</p>
@@ -413,6 +418,7 @@ <h4>Variables setup</h4>
413
418
<li><b>LET</b><var>level_a</var> be the result of calling <ahref="#check-for-node">check for node</a> on <var>onix</var>, <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "84"]</code><b>OR</b> calling <ahref="#check-for-node">check for node</a> on <var>onix</var>, <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "02"]</code>.</li>
414
419
<li><b>LET</b><var>level_aa</var> be the result of calling <ahref="#check-for-node">check for node</a> on <var>onix</var>, <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "85"]</code><b>OR</b> calling <ahref="#check-for-node">check for node</a> on <var>onix</var>, <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "03"]</code>.</li>
415
420
<li><b>LET</b><var>level_aaa</var> be the result of calling <ahref="#check-for-node">check for node</a> on <var>onix</var>, <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "86"]</code>.</li>
421
+
<li><b>LET</b><var>lia_compliant</var> be the result of calling <ahref="#check-for-node">check for node</a> on <var>onix</var>, <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "01"]</code>.</li>
416
422
<li><b>LET</b><var>certifier</var> be the value of the node extracted from <var>onix</var>, using the xpath <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "90"]/ProductFormFeatureDescription</code>.</li>
417
423
<li><b>LET</b><var>certifier_credentials</var> be the value of the node extracted from <var>onix</var>, using the xpath <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "93"]/ProductFormFeatureDescription</code>.</li>
418
424
<li><b>LET</b><var>certification_date</var> be the value of the node extracted from <var>onix</var>, using the xpath <codeclass="xpath">/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "91"]/ProductFormFeatureDescription</code>.</li>
@@ -423,15 +429,15 @@ <h4>Instructions</h4>
423
429
<olclass="condition">
424
430
<li>Display <codeid="conformance-title">"Conformance"</code> as heading.</li>
0 commit comments