|
4 | 4 | Licensed under European Union Public Licence (EUPL) version 1.2. |
5 | 5 |
|
6 | 6 | --> |
7 | | -<!--Schematron version 1.3.13 - Last update: 2024-10-08--><xsl:stylesheet xmlns:svrl="http://purl.oclc.org/dsdl/svrl" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" xmlns:iso="http://purl.oclc.org/dsdl/schematron" xmlns:qdt="urn:un:unece:uncefact:data:standard:QualifiedDataType:100" xmlns:ram="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100" xmlns:rsm="urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100" xmlns:saxon="http://saxon.sf.net/" xmlns:schold="http://www.ascc.net/xml/schematron" xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> |
| 7 | +<!--Schematron version 1.3.14 - Last update: 2025-04-11--><xsl:stylesheet xmlns:svrl="http://purl.oclc.org/dsdl/svrl" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" xmlns:iso="http://purl.oclc.org/dsdl/schematron" xmlns:qdt="urn:un:unece:uncefact:data:standard:QualifiedDataType:100" xmlns:ram="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100" xmlns:rsm="urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100" xmlns:saxon="http://saxon.sf.net/" xmlns:schold="http://www.ascc.net/xml/schematron" xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> |
8 | 8 | <!--Implementers: please note that overriding process-prolog or process-root is |
9 | 9 | the preferred method for meta-stylesheets to use where possible. --> |
10 | 10 |
|
|
175 | 175 | <xsl:attribute name="document"> |
176 | 176 | <xsl:value-of select="document-uri(/)" /> |
177 | 177 | </xsl:attribute> |
| 178 | + <xsl:attribute name="documents"> |
| 179 | + <xsl:value-of select="document-uri(/)" /> |
| 180 | + </xsl:attribute> |
178 | 181 | <xsl:attribute name="id">EN16931-CII-Model</xsl:attribute> |
179 | 182 | <xsl:attribute name="name">EN16931-CII-Model</xsl:attribute> |
180 | 183 | <xsl:apply-templates /> |
|
184 | 187 | <xsl:attribute name="document"> |
185 | 188 | <xsl:value-of select="document-uri(/)" /> |
186 | 189 | </xsl:attribute> |
| 190 | + <xsl:attribute name="documents"> |
| 191 | + <xsl:value-of select="document-uri(/)" /> |
| 192 | + </xsl:attribute> |
187 | 193 | <xsl:attribute name="id">EN16931-CII-Syntax</xsl:attribute> |
188 | 194 | <xsl:attribute name="name">EN16931-CII-Syntax</xsl:attribute> |
189 | 195 | <xsl:apply-templates /> |
|
193 | 199 | <xsl:attribute name="document"> |
194 | 200 | <xsl:value-of select="document-uri(/)" /> |
195 | 201 | </xsl:attribute> |
| 202 | + <xsl:attribute name="documents"> |
| 203 | + <xsl:value-of select="document-uri(/)" /> |
| 204 | + </xsl:attribute> |
196 | 205 | <xsl:attribute name="id">EN16931-Codes</xsl:attribute> |
197 | 206 | <xsl:attribute name="name">EN16931-Codes</xsl:attribute> |
198 | 207 | <xsl:apply-templates /> |
|
0 commit comments