-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the STS XML practices of BSI #309
Comments
DRAFT list of BSI XML practices:
<xsl:apply-templates select="../misc-container/semantic-metadata/copyright-statement"/>
<xsl:call-template name="put_copyright_year"/>
<xsl:call-template name="put_copyright_holder">
<xsl:with-param name="from">name</xsl:with-param>
</xsl:call-template>
<sec sec-type="index">
<title>Index</title>
<list list-type="simple">
<list-item>
<p>abstentions, <xref ref-type="sec" rid="sec_7.7">7.7</xref>
</p>
</list-item> Will be updated with examples. |
<fig id="fig_A.1" fig-type="figure">
<label>Figure A.1</label>
<caption><title>Island platform</title></caption>
<table-wrap id="tab_k" position="float">
<caption><p content-type="Dimension" specific-use="100">Dimensions in metres</p></caption> |
Just to progress. |
Just to progress. |
BSI practice is mostly compliance with ISO, therefore
should be changed to |
Actually, this case relates to the inline block in the table cell text: <td style="border-bottom: 1px solid;">For the purposes of this International Standard,...<break/>
The following terms, ...<break/>
<styled-content style="text-alignment: center"><bold>supplier ----> organization ----> customer</bold></styled-content><break/>
The term “organization” replaces the term “supplier” ....<break/>
Throughout the text of this International Standard, ....</td> converts into Metanorma adoc as the multi paragraph table cell: a|For the purposes of this International Standard, ... +
The following terms, ...
[align=center]
*supplier ----> organization ----> customer*
The term “organization” replaces the term “supplier”... +
Throughout the text of this International Standard, Instead, ISO practice should be used: <p style-type="align-center"><bold>supplier ----> organization ----> customer</bold></p> |
Cross-references between terminological entries or terms within the Terms and definitions clause tagged as <term-sec id="sec_3.7">
<label>3.7</label>
<tbx:termEntry id="term_3.7">
<tbx:langSet xml:lang="en">
<tbx:definition>information required to be controlled and maintained by an organization (see <xref ref-type="sec" rid="sec_3.19">
<bold>3.19</bold>
</xref>) and the medium on which it is contained</tbx:definition>
...
<tbx:tig id="term_3.7-1">
<tbx:term>documented information</tbx:term>
<tbx:partOfSpeech value="noun"/>
</tbx:tig>
</tbx:langSet>
</tbx:termEntry>
</term-sec> or <term-sec id="sec_3.3">
<label>3.3</label>
<tbx:termEntry id="term_3.3">
<tbx:langSet xml:lang="en">
<tbx:definition>process through which <tbx:entailedTerm target="term_3.16">organizations (3.16)</tbx:entailedTerm> proactively identify, assess, prevent, mitigate and account for how they address their actual and potential adverse impacts as an integral part of decision-making and <tbx:entailedTerm target="term_3.22">risk management (3.22)</tbx:entailedTerm>
</tbx:definition>
<tbx:tig id="term_3.3-1">
<tbx:term>due diligence</tbx:term>
<tbx:partOfSpeech value="noun"/>
</tbx:tig>
</tbx:langSet>
</tbx:termEntry>
</term-sec> |
sec-type for
|
Just to progress: |
Final version: NISO_STS_BSI_Guidelines_1.0.docx |
Source issue: #308
The text was updated successfully, but these errors were encountered: