metanorma-itu 2.5.2 → 2.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3ecfeb1942e091d6ad7b5a7b6fdb9ebef13765a24acbd69a0149b111e8ece83
4
- data.tar.gz: c556b6e505eb79a3b48dad7a04eb79111d8b5edc4b90fa2ee895dccb28848f9c
3
+ metadata.gz: 42edc246f664fa8b8888607aad04900531584ed175a96ef2a2aaea9039580468
4
+ data.tar.gz: 3927bfff57be9492a0b548c6ea3c3f1dfb9d8313263b05114d131271edb97b11
5
5
  SHA512:
6
- metadata.gz: d4fc80315dbf1ee88c006dccdb75c2887315a61fdb9f6b4029bf72cd06b9033c0b697aa5720ea74371afa931369524011e82d1983ae2d1b6f0dcffc1e78c64d1
7
- data.tar.gz: 134cf827b3c284e834f299786e4ef8b23235bcfd5b6d9e5495e2dab693e762bfff7631d9029991f4854470961bd82fd158e5bf020de5d736a3048b6111e4ae7d
6
+ metadata.gz: 6e42b70ae4cdebe42e9bfde83e0e895bbcde0fc5aade85a16e8923ffdec17a1d7feecddea76090a23794e021f5e2dfa71db6118c4c099ea44fd0962b21d11f97
7
+ data.tar.gz: ec418558ceab2dd56cf5ade9b92d90b3b48fb5da84b7e2d5956541f322e72a49294fc4df35eeb6489f437970b583aba169438da7a3d7983ca241005aaabb060e
@@ -232,7 +232,7 @@ h6:hover > a.anchor,
232
232
  background-color: #777;
233
233
  color: white;
234
234
  cursor: pointer;
235
- padding: 12px 0;
235
+ padding: 3px 0;
236
236
  margin: 0;
237
237
  width: 100%;
238
238
  border: none;
@@ -232,7 +232,7 @@ h6:hover > a.anchor,
232
232
  background-color: #777;
233
233
  color: white;
234
234
  cursor: pointer;
235
- padding: 12px 0;
235
+ padding: 3px 0;
236
236
  margin: 0;
237
237
  width: 100%;
238
238
  border: none;
@@ -615,7 +615,7 @@ h6:hover > a.anchor,
615
615
  background-color: #777;
616
616
  color: white;
617
617
  cursor: pointer;
618
- padding: 12px 0;
618
+ padding: 3px 0;
619
619
  margin: 0;
620
620
  width: 100%;
621
621
  border: none;
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>