metanorma-bipm 2.5.1 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f2860d170a21d818995f635d165afd1c435009e0f926b3128b65b6a8a61af84
4
- data.tar.gz: 7ad03681383997aaaf7564c6bed4aff8b89edda2369d57bac524c7ffd8c8a868
3
+ metadata.gz: 383bf45f87ea65566e738977584c76a596ce22c419a58aa571f4bffab61c06ae
4
+ data.tar.gz: dcf5f78ced811ad1bf65ac8fd41c6c35bfe71310baa1d922ed587694d29ddaa7
5
5
  SHA512:
6
- metadata.gz: 77e39b7acfef85548a41345ffbd60a7b0e3b1c1baf36fe792f0950f3c3d832d180972a67546767a6d8b42e08280352d50045d355122ccad0c1f1884fb763f2e9
7
- data.tar.gz: bd2de69e4ab5e55b84d10972e8cd53d495d502b2606d09a3d2b23c37b981813f509465de7977ec5584768c4c01cf3943419102879d9fae9582daebd8729d8465
6
+ metadata.gz: b74015cf3c36fbba63afb772b18898cdb5f6c44176f8ceaba504f8966e3be23d58c5a68e5fe048dcad41773d38bb605f74dd676c70a99ac8c3a016b9635c67f3
7
+ data.tar.gz: 3b11a266828af1d89b41cd261f4c1270430067b4b62f700ac952598900c4610646251c3586c98371cd2f6f37cc8d5334829413168483c4498724e291f6fd3a40
@@ -15534,6 +15534,39 @@
15534
15534
  </pdf:catalog>
15535
15535
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
15536
15536
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
15537
+ <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="">
15538
+ <pdfaExtension:schemas>
15539
+ <rdf:Bag>
15540
+ <rdf:li rdf:parseType="Resource">
15541
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
15542
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
15543
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
15544
+ <pdfaSchema:property>
15545
+ <rdf:Seq>
15546
+ <rdf:li rdf:parseType="Resource">
15547
+ <pdfaProperty:category>internal</pdfaProperty:category>
15548
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
15549
+ <pdfaProperty:name>part</pdfaProperty:name>
15550
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
15551
+ </rdf:li>
15552
+ <rdf:li rdf:parseType="Resource">
15553
+ <pdfaProperty:category>internal</pdfaProperty:category>
15554
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
15555
+ <pdfaProperty:name>amd</pdfaProperty:name>
15556
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
15557
+ </rdf:li>
15558
+ <rdf:li rdf:parseType="Resource">
15559
+ <pdfaProperty:category>internal</pdfaProperty:category>
15560
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
15561
+ <pdfaProperty:name>corr</pdfaProperty:name>
15562
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
15563
+ </rdf:li>
15564
+ </rdf:Seq>
15565
+ </pdfaSchema:property>
15566
+ </rdf:li>
15567
+ </rdf:Bag>
15568
+ </pdfaExtension:schemas>
15569
+ </rdf:Description>
15537
15570
  <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
15538
15571
  <!-- Dublin Core properties go here -->
15539
15572
  <dc:title>
@@ -15544,33 +15577,57 @@
15544
15577
 
15545
15578
  </xsl:for-each>
15546
15579
  </xsl:variable>
15547
- <xsl:choose>
15548
- <xsl:when test="normalize-space($title) != ''">
15549
- <xsl:value-of select="$title"/>
15550
- </xsl:when>
15551
- <xsl:otherwise>
15552
- <xsl:text> </xsl:text>
15553
- </xsl:otherwise>
15554
- </xsl:choose>
15580
+ <rdf:Alt>
15581
+ <rdf:li xml:lang="x-default">
15582
+ <xsl:choose>
15583
+ <xsl:when test="normalize-space($title) != ''">
15584
+ <xsl:value-of select="$title"/>
15585
+ </xsl:when>
15586
+ <xsl:otherwise>
15587
+ <xsl:text> </xsl:text>
15588
+ </xsl:otherwise>
15589
+ </xsl:choose>
15590
+ </rdf:li>
15591
+ </rdf:Alt>
15555
15592
  </dc:title>
15556
- <dc:creator>
15593
+ <xsl:variable name="dc_creator">
15557
15594
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
15558
15595
 
15559
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
15560
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
15561
- <xsl:if test="position() != last()">; </xsl:if>
15562
- </xsl:for-each>
15596
+ <rdf:Seq>
15597
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
15598
+ <rdf:li>
15599
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
15600
+ </rdf:li>
15601
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
15602
+ </xsl:for-each>
15603
+ </rdf:Seq>
15563
15604
 
15564
15605
  </xsl:for-each>
15565
- </dc:creator>
15566
- <dc:description>
15606
+ </xsl:variable>
15607
+ <xsl:if test="normalize-space($dc_creator) != ''">
15608
+ <dc:creator>
15609
+ <xsl:copy-of select="$dc_creator"/>
15610
+ </dc:creator>
15611
+ </xsl:if>
15612
+
15613
+ <xsl:variable name="dc_description">
15567
15614
  <xsl:variable name="abstract">
15568
15615
 
15569
15616
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
15570
15617
 
15571
15618
  </xsl:variable>
15572
- <xsl:value-of select="normalize-space($abstract)"/>
15573
- </dc:description>
15619
+ <rdf:Alt>
15620
+ <rdf:li xml:lang="x-default">
15621
+ <xsl:value-of select="normalize-space($abstract)"/>
15622
+ </rdf:li>
15623
+ </rdf:Alt>
15624
+ </xsl:variable>
15625
+ <xsl:if test="normalize-space($dc_description)">
15626
+ <dc:description>
15627
+ <xsl:copy-of select="$dc_description"/>
15628
+ </dc:description>
15629
+ </xsl:if>
15630
+
15574
15631
  <pdf:Keywords>
15575
15632
  <xsl:call-template name="insertKeywords">
15576
15633
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -15534,6 +15534,39 @@
15534
15534
  </pdf:catalog>
15535
15535
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
15536
15536
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
15537
+ <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="">
15538
+ <pdfaExtension:schemas>
15539
+ <rdf:Bag>
15540
+ <rdf:li rdf:parseType="Resource">
15541
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
15542
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
15543
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
15544
+ <pdfaSchema:property>
15545
+ <rdf:Seq>
15546
+ <rdf:li rdf:parseType="Resource">
15547
+ <pdfaProperty:category>internal</pdfaProperty:category>
15548
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
15549
+ <pdfaProperty:name>part</pdfaProperty:name>
15550
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
15551
+ </rdf:li>
15552
+ <rdf:li rdf:parseType="Resource">
15553
+ <pdfaProperty:category>internal</pdfaProperty:category>
15554
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
15555
+ <pdfaProperty:name>amd</pdfaProperty:name>
15556
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
15557
+ </rdf:li>
15558
+ <rdf:li rdf:parseType="Resource">
15559
+ <pdfaProperty:category>internal</pdfaProperty:category>
15560
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
15561
+ <pdfaProperty:name>corr</pdfaProperty:name>
15562
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
15563
+ </rdf:li>
15564
+ </rdf:Seq>
15565
+ </pdfaSchema:property>
15566
+ </rdf:li>
15567
+ </rdf:Bag>
15568
+ </pdfaExtension:schemas>
15569
+ </rdf:Description>
15537
15570
  <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
15538
15571
  <!-- Dublin Core properties go here -->
15539
15572
  <dc:title>
@@ -15544,33 +15577,57 @@
15544
15577
 
15545
15578
  </xsl:for-each>
15546
15579
  </xsl:variable>
15547
- <xsl:choose>
15548
- <xsl:when test="normalize-space($title) != ''">
15549
- <xsl:value-of select="$title"/>
15550
- </xsl:when>
15551
- <xsl:otherwise>
15552
- <xsl:text> </xsl:text>
15553
- </xsl:otherwise>
15554
- </xsl:choose>
15580
+ <rdf:Alt>
15581
+ <rdf:li xml:lang="x-default">
15582
+ <xsl:choose>
15583
+ <xsl:when test="normalize-space($title) != ''">
15584
+ <xsl:value-of select="$title"/>
15585
+ </xsl:when>
15586
+ <xsl:otherwise>
15587
+ <xsl:text> </xsl:text>
15588
+ </xsl:otherwise>
15589
+ </xsl:choose>
15590
+ </rdf:li>
15591
+ </rdf:Alt>
15555
15592
  </dc:title>
15556
- <dc:creator>
15593
+ <xsl:variable name="dc_creator">
15557
15594
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
15558
15595
 
15559
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
15560
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
15561
- <xsl:if test="position() != last()">; </xsl:if>
15562
- </xsl:for-each>
15596
+ <rdf:Seq>
15597
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
15598
+ <rdf:li>
15599
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
15600
+ </rdf:li>
15601
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
15602
+ </xsl:for-each>
15603
+ </rdf:Seq>
15563
15604
 
15564
15605
  </xsl:for-each>
15565
- </dc:creator>
15566
- <dc:description>
15606
+ </xsl:variable>
15607
+ <xsl:if test="normalize-space($dc_creator) != ''">
15608
+ <dc:creator>
15609
+ <xsl:copy-of select="$dc_creator"/>
15610
+ </dc:creator>
15611
+ </xsl:if>
15612
+
15613
+ <xsl:variable name="dc_description">
15567
15614
  <xsl:variable name="abstract">
15568
15615
 
15569
15616
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
15570
15617
 
15571
15618
  </xsl:variable>
15572
- <xsl:value-of select="normalize-space($abstract)"/>
15573
- </dc:description>
15619
+ <rdf:Alt>
15620
+ <rdf:li xml:lang="x-default">
15621
+ <xsl:value-of select="normalize-space($abstract)"/>
15622
+ </rdf:li>
15623
+ </rdf:Alt>
15624
+ </xsl:variable>
15625
+ <xsl:if test="normalize-space($dc_description)">
15626
+ <dc:description>
15627
+ <xsl:copy-of select="$dc_description"/>
15628
+ </dc:description>
15629
+ </xsl:if>
15630
+
15574
15631
  <pdf:Keywords>
15575
15632
  <xsl:call-template name="insertKeywords">
15576
15633
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -15534,6 +15534,39 @@
15534
15534
  </pdf:catalog>
15535
15535
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
15536
15536
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
15537
+ <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="">
15538
+ <pdfaExtension:schemas>
15539
+ <rdf:Bag>
15540
+ <rdf:li rdf:parseType="Resource">
15541
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
15542
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
15543
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
15544
+ <pdfaSchema:property>
15545
+ <rdf:Seq>
15546
+ <rdf:li rdf:parseType="Resource">
15547
+ <pdfaProperty:category>internal</pdfaProperty:category>
15548
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
15549
+ <pdfaProperty:name>part</pdfaProperty:name>
15550
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
15551
+ </rdf:li>
15552
+ <rdf:li rdf:parseType="Resource">
15553
+ <pdfaProperty:category>internal</pdfaProperty:category>
15554
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
15555
+ <pdfaProperty:name>amd</pdfaProperty:name>
15556
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
15557
+ </rdf:li>
15558
+ <rdf:li rdf:parseType="Resource">
15559
+ <pdfaProperty:category>internal</pdfaProperty:category>
15560
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
15561
+ <pdfaProperty:name>corr</pdfaProperty:name>
15562
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
15563
+ </rdf:li>
15564
+ </rdf:Seq>
15565
+ </pdfaSchema:property>
15566
+ </rdf:li>
15567
+ </rdf:Bag>
15568
+ </pdfaExtension:schemas>
15569
+ </rdf:Description>
15537
15570
  <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
15538
15571
  <!-- Dublin Core properties go here -->
15539
15572
  <dc:title>
@@ -15544,33 +15577,57 @@
15544
15577
 
15545
15578
  </xsl:for-each>
15546
15579
  </xsl:variable>
15547
- <xsl:choose>
15548
- <xsl:when test="normalize-space($title) != ''">
15549
- <xsl:value-of select="$title"/>
15550
- </xsl:when>
15551
- <xsl:otherwise>
15552
- <xsl:text> </xsl:text>
15553
- </xsl:otherwise>
15554
- </xsl:choose>
15580
+ <rdf:Alt>
15581
+ <rdf:li xml:lang="x-default">
15582
+ <xsl:choose>
15583
+ <xsl:when test="normalize-space($title) != ''">
15584
+ <xsl:value-of select="$title"/>
15585
+ </xsl:when>
15586
+ <xsl:otherwise>
15587
+ <xsl:text> </xsl:text>
15588
+ </xsl:otherwise>
15589
+ </xsl:choose>
15590
+ </rdf:li>
15591
+ </rdf:Alt>
15555
15592
  </dc:title>
15556
- <dc:creator>
15593
+ <xsl:variable name="dc_creator">
15557
15594
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
15558
15595
 
15559
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
15560
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
15561
- <xsl:if test="position() != last()">; </xsl:if>
15562
- </xsl:for-each>
15596
+ <rdf:Seq>
15597
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
15598
+ <rdf:li>
15599
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
15600
+ </rdf:li>
15601
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
15602
+ </xsl:for-each>
15603
+ </rdf:Seq>
15563
15604
 
15564
15605
  </xsl:for-each>
15565
- </dc:creator>
15566
- <dc:description>
15606
+ </xsl:variable>
15607
+ <xsl:if test="normalize-space($dc_creator) != ''">
15608
+ <dc:creator>
15609
+ <xsl:copy-of select="$dc_creator"/>
15610
+ </dc:creator>
15611
+ </xsl:if>
15612
+
15613
+ <xsl:variable name="dc_description">
15567
15614
  <xsl:variable name="abstract">
15568
15615
 
15569
15616
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
15570
15617
 
15571
15618
  </xsl:variable>
15572
- <xsl:value-of select="normalize-space($abstract)"/>
15573
- </dc:description>
15619
+ <rdf:Alt>
15620
+ <rdf:li xml:lang="x-default">
15621
+ <xsl:value-of select="normalize-space($abstract)"/>
15622
+ </rdf:li>
15623
+ </rdf:Alt>
15624
+ </xsl:variable>
15625
+ <xsl:if test="normalize-space($dc_description)">
15626
+ <dc:description>
15627
+ <xsl:copy-of select="$dc_description"/>
15628
+ </dc:description>
15629
+ </xsl:if>
15630
+
15574
15631
  <pdf:Keywords>
15575
15632
  <xsl:call-template name="insertKeywords">
15576
15633
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -15534,6 +15534,39 @@
15534
15534
  </pdf:catalog>
15535
15535
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
15536
15536
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
15537
+ <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="">
15538
+ <pdfaExtension:schemas>
15539
+ <rdf:Bag>
15540
+ <rdf:li rdf:parseType="Resource">
15541
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
15542
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
15543
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
15544
+ <pdfaSchema:property>
15545
+ <rdf:Seq>
15546
+ <rdf:li rdf:parseType="Resource">
15547
+ <pdfaProperty:category>internal</pdfaProperty:category>
15548
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
15549
+ <pdfaProperty:name>part</pdfaProperty:name>
15550
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
15551
+ </rdf:li>
15552
+ <rdf:li rdf:parseType="Resource">
15553
+ <pdfaProperty:category>internal</pdfaProperty:category>
15554
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
15555
+ <pdfaProperty:name>amd</pdfaProperty:name>
15556
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
15557
+ </rdf:li>
15558
+ <rdf:li rdf:parseType="Resource">
15559
+ <pdfaProperty:category>internal</pdfaProperty:category>
15560
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
15561
+ <pdfaProperty:name>corr</pdfaProperty:name>
15562
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
15563
+ </rdf:li>
15564
+ </rdf:Seq>
15565
+ </pdfaSchema:property>
15566
+ </rdf:li>
15567
+ </rdf:Bag>
15568
+ </pdfaExtension:schemas>
15569
+ </rdf:Description>
15537
15570
  <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
15538
15571
  <!-- Dublin Core properties go here -->
15539
15572
  <dc:title>
@@ -15544,33 +15577,57 @@
15544
15577
 
15545
15578
  </xsl:for-each>
15546
15579
  </xsl:variable>
15547
- <xsl:choose>
15548
- <xsl:when test="normalize-space($title) != ''">
15549
- <xsl:value-of select="$title"/>
15550
- </xsl:when>
15551
- <xsl:otherwise>
15552
- <xsl:text> </xsl:text>
15553
- </xsl:otherwise>
15554
- </xsl:choose>
15580
+ <rdf:Alt>
15581
+ <rdf:li xml:lang="x-default">
15582
+ <xsl:choose>
15583
+ <xsl:when test="normalize-space($title) != ''">
15584
+ <xsl:value-of select="$title"/>
15585
+ </xsl:when>
15586
+ <xsl:otherwise>
15587
+ <xsl:text> </xsl:text>
15588
+ </xsl:otherwise>
15589
+ </xsl:choose>
15590
+ </rdf:li>
15591
+ </rdf:Alt>
15555
15592
  </dc:title>
15556
- <dc:creator>
15593
+ <xsl:variable name="dc_creator">
15557
15594
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
15558
15595
 
15559
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
15560
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
15561
- <xsl:if test="position() != last()">; </xsl:if>
15562
- </xsl:for-each>
15596
+ <rdf:Seq>
15597
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
15598
+ <rdf:li>
15599
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
15600
+ </rdf:li>
15601
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
15602
+ </xsl:for-each>
15603
+ </rdf:Seq>
15563
15604
 
15564
15605
  </xsl:for-each>
15565
- </dc:creator>
15566
- <dc:description>
15606
+ </xsl:variable>
15607
+ <xsl:if test="normalize-space($dc_creator) != ''">
15608
+ <dc:creator>
15609
+ <xsl:copy-of select="$dc_creator"/>
15610
+ </dc:creator>
15611
+ </xsl:if>
15612
+
15613
+ <xsl:variable name="dc_description">
15567
15614
  <xsl:variable name="abstract">
15568
15615
 
15569
15616
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
15570
15617
 
15571
15618
  </xsl:variable>
15572
- <xsl:value-of select="normalize-space($abstract)"/>
15573
- </dc:description>
15619
+ <rdf:Alt>
15620
+ <rdf:li xml:lang="x-default">
15621
+ <xsl:value-of select="normalize-space($abstract)"/>
15622
+ </rdf:li>
15623
+ </rdf:Alt>
15624
+ </xsl:variable>
15625
+ <xsl:if test="normalize-space($dc_description)">
15626
+ <dc:description>
15627
+ <xsl:copy-of select="$dc_description"/>
15628
+ </dc:description>
15629
+ </xsl:if>
15630
+
15574
15631
  <pdf:Keywords>
15575
15632
  <xsl:call-template name="insertKeywords">
15576
15633
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -239,7 +239,7 @@ h6:hover > a.anchor,
239
239
  background-color: #777;
240
240
  color: white;
241
241
  cursor: pointer;
242
- padding: 12px 0;
242
+ padding: 3px 0;
243
243
  margin: 0;
244
244
  width: 100%;
245
245
  border: none;
@@ -13426,6 +13426,39 @@
13426
13426
  </pdf:catalog>
13427
13427
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
13428
13428
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
13429
+ <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="">
13430
+ <pdfaExtension:schemas>
13431
+ <rdf:Bag>
13432
+ <rdf:li rdf:parseType="Resource">
13433
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
13434
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
13435
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
13436
+ <pdfaSchema:property>
13437
+ <rdf:Seq>
13438
+ <rdf:li rdf:parseType="Resource">
13439
+ <pdfaProperty:category>internal</pdfaProperty:category>
13440
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
13441
+ <pdfaProperty:name>part</pdfaProperty:name>
13442
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
13443
+ </rdf:li>
13444
+ <rdf:li rdf:parseType="Resource">
13445
+ <pdfaProperty:category>internal</pdfaProperty:category>
13446
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
13447
+ <pdfaProperty:name>amd</pdfaProperty:name>
13448
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
13449
+ </rdf:li>
13450
+ <rdf:li rdf:parseType="Resource">
13451
+ <pdfaProperty:category>internal</pdfaProperty:category>
13452
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
13453
+ <pdfaProperty:name>corr</pdfaProperty:name>
13454
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
13455
+ </rdf:li>
13456
+ </rdf:Seq>
13457
+ </pdfaSchema:property>
13458
+ </rdf:li>
13459
+ </rdf:Bag>
13460
+ </pdfaExtension:schemas>
13461
+ </rdf:Description>
13429
13462
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
13430
13463
  <!-- Dublin Core properties go here -->
13431
13464
  <dc:title>
@@ -13436,30 +13469,54 @@
13436
13469
 
13437
13470
  </xsl:for-each>
13438
13471
  </xsl:variable>
13439
- <xsl:choose>
13440
- <xsl:when test="normalize-space($title) != ''">
13441
- <xsl:value-of select="$title"/>
13442
- </xsl:when>
13443
- <xsl:otherwise>
13444
- <xsl:text> </xsl:text>
13445
- </xsl:otherwise>
13446
- </xsl:choose>
13472
+ <rdf:Alt>
13473
+ <rdf:li xml:lang="x-default">
13474
+ <xsl:choose>
13475
+ <xsl:when test="normalize-space($title) != ''">
13476
+ <xsl:value-of select="$title"/>
13477
+ </xsl:when>
13478
+ <xsl:otherwise>
13479
+ <xsl:text> </xsl:text>
13480
+ </xsl:otherwise>
13481
+ </xsl:choose>
13482
+ </rdf:li>
13483
+ </rdf:Alt>
13447
13484
  </dc:title>
13448
- <dc:creator>
13485
+ <xsl:variable name="dc_creator">
13449
13486
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
13450
13487
 
13451
- <xsl:value-of select="normalize-space(*[local-name() = 'ext']/*[local-name() = 'editorialgroup']/*[local-name() = 'committee'])"/>
13488
+ <rdf:Seq>
13489
+ <rdf:li>
13490
+ <xsl:value-of select="normalize-space(*[local-name() = 'ext']/*[local-name() = 'editorialgroup']/*[local-name() = 'committee'])"/>
13491
+ </rdf:li>
13492
+ </rdf:Seq>
13452
13493
 
13453
13494
  </xsl:for-each>
13454
- </dc:creator>
13455
- <dc:description>
13495
+ </xsl:variable>
13496
+ <xsl:if test="normalize-space($dc_creator) != ''">
13497
+ <dc:creator>
13498
+ <xsl:copy-of select="$dc_creator"/>
13499
+ </dc:creator>
13500
+ </xsl:if>
13501
+
13502
+ <xsl:variable name="dc_description">
13456
13503
  <xsl:variable name="abstract">
13457
13504
 
13458
13505
  <xsl:value-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'bibdata']/*[local-name() = 'title'][@language = $lang and @type = 'title-main']"/>
13459
13506
 
13460
13507
  </xsl:variable>
13461
- <xsl:value-of select="normalize-space($abstract)"/>
13462
- </dc:description>
13508
+ <rdf:Alt>
13509
+ <rdf:li xml:lang="x-default">
13510
+ <xsl:value-of select="normalize-space($abstract)"/>
13511
+ </rdf:li>
13512
+ </rdf:Alt>
13513
+ </xsl:variable>
13514
+ <xsl:if test="normalize-space($dc_description)">
13515
+ <dc:description>
13516
+ <xsl:copy-of select="$dc_description"/>
13517
+ </dc:description>
13518
+ </xsl:if>
13519
+
13463
13520
  <pdf:Keywords>
13464
13521
  <xsl:call-template name="insertKeywords">
13465
13522
  <xsl:with-param name="meta">true</xsl:with-param>