metanorma-iso 2.2.2 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/html/header-dis.html +111 -29
- data/lib/isodoc/iso/html/isodoc-dis.css +65 -64
- data/lib/isodoc/iso/html/isodoc-dis.scss +65 -64
- data/lib/isodoc/iso/html/style-human.css +7 -2
- data/lib/isodoc/iso/html/style-human.scss +0 -1
- data/lib/isodoc/iso/html/style-iso.css +7 -2
- data/lib/isodoc/iso/html/style-iso.scss +0 -1
- data/lib/isodoc/iso/html/wordstyle-dis.css +160 -4
- data/lib/isodoc/iso/html/wordstyle-dis.scss +154 -4
- data/lib/isodoc/iso/html/wordstyle.css +150 -0
- data/lib/isodoc/iso/html/wordstyle.scss +144 -0
- data/lib/isodoc/iso/i18n-en.yaml +4 -4
- data/lib/isodoc/iso/iso.amendment.xsl +1649 -1199
- data/lib/isodoc/iso/iso.international-standard.xsl +1649 -1199
- data/lib/isodoc/iso/presentation_bibdata.rb +13 -9
- data/lib/isodoc/iso/presentation_xml_convert.rb +5 -3
- data/lib/isodoc/iso/word_convert.rb +6 -4
- data/lib/isodoc/iso/word_dis_cleanup.rb +30 -8
- data/lib/isodoc/iso/word_dis_convert.rb +5 -2
- data/lib/metanorma/iso/base.rb +2 -1
- data/lib/metanorma/iso/biblio.rng +5 -0
- data/lib/metanorma/iso/isodoc.rng +47 -13
- data/lib/metanorma/iso/validate.rb +2 -2
- data/lib/metanorma/iso/version.rb +1 -1
- data/metanorma-iso.gemspec +5 -2
- metadata +4 -87
- data/.github/workflows/automerge.yml +0 -31
- data/.github/workflows/rake.yml +0 -15
- data/.github/workflows/release.yml +0 -24
- data/.github/workflows/ubuntu.yml +0 -41
- data/Rakefile +0 -8
- data/bin/rspec +0 -17
- data/spec/assets/header.html +0 -7
- data/spec/assets/html.css +0 -2
- data/spec/assets/htmlcover.html +0 -4
- data/spec/assets/htmlintro.html +0 -5
- data/spec/assets/i18n.yaml +0 -2
- data/spec/assets/iso.adoc +0 -10
- data/spec/assets/iso.headless.html +0 -33
- data/spec/assets/iso.xml +0 -71
- data/spec/assets/rice_image1.png +0 -0
- data/spec/assets/scripts.html +0 -3
- data/spec/assets/std.css +0 -2
- data/spec/assets/word.css +0 -2
- data/spec/assets/wordcover.html +0 -3
- data/spec/assets/wordintro.html +0 -4
- data/spec/examples/103_01_02.html +0 -247
- data/spec/examples/english.yaml +0 -69
- data/spec/examples/iso_123_.xml +0 -45
- data/spec/examples/iso_123_all_parts.xml +0 -45
- data/spec/examples/iso_123_no_year_note.xml +0 -46
- data/spec/examples/iso_124_.xml +0 -41
- data/spec/examples/iso_216_.xml +0 -47
- data/spec/examples/iso_iec_12382_.xml +0 -48
- data/spec/examples/rice.adoc +0 -714
- data/spec/examples/rice.preview.html +0 -1870
- data/spec/examples/rice.sh +0 -4
- data/spec/examples/rice_img/1000-1_ed2amd3fig1a.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig1b.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig2.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig3.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig4.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig5_f.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA1.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA2.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figTab1.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figTab2.png +0 -0
- data/spec/examples/rice_img/1001_ed2amd3fig1.png +0 -0
- data/spec/examples/rice_img/ISO_1213_1.png +0 -0
- data/spec/examples/rice_img/SL1000-1_ed2amd3fig1.png +0 -0
- data/spec/examples/rice_img/rice_image1.png +0 -0
- data/spec/examples/rice_img/rice_image2.png +0 -0
- data/spec/examples/rice_img/rice_image3_1.png +0 -0
- data/spec/examples/rice_img/rice_image3_2.png +0 -0
- data/spec/examples/rice_img/rice_image3_3.png +0 -0
- data/spec/isodoc/amd_spec.rb +0 -986
- data/spec/isodoc/blocks_spec.rb +0 -1174
- data/spec/isodoc/i18n_spec.rb +0 -1579
- data/spec/isodoc/inline_spec.rb +0 -1060
- data/spec/isodoc/iso_spec.rb +0 -255
- data/spec/isodoc/metadata_spec.rb +0 -701
- data/spec/isodoc/postproc_spec.rb +0 -1089
- data/spec/isodoc/ref_spec.rb +0 -439
- data/spec/isodoc/section_spec.rb +0 -998
- data/spec/isodoc/table_spec.rb +0 -420
- data/spec/isodoc/terms_spec.rb +0 -314
- data/spec/isodoc/word_dis_spec.rb +0 -2064
- data/spec/isodoc/xref_spec.rb +0 -1747
- data/spec/metanorma/amd_spec.rb +0 -724
- data/spec/metanorma/base_spec.rb +0 -1384
- data/spec/metanorma/blank_spec.rb +0 -38
- data/spec/metanorma/blocks_spec.rb +0 -624
- data/spec/metanorma/cleanup_spec.rb +0 -1645
- data/spec/metanorma/inline_spec.rb +0 -203
- data/spec/metanorma/lists_spec.rb +0 -197
- data/spec/metanorma/macros_spec.rb +0 -99
- data/spec/metanorma/processor_spec.rb +0 -161
- data/spec/metanorma/refs_spec.rb +0 -672
- data/spec/metanorma/section_spec.rb +0 -492
- data/spec/metanorma/table_spec.rb +0 -329
- data/spec/metanorma/validate_spec.rb +0 -2153
- data/spec/relaton/render_spec.rb +0 -568
- data/spec/requirements/requirement_components_spec.rb +0 -610
- data/spec/requirements/requirements_spec.rb +0 -1596
- data/spec/requirements/xref_spec.rb +0 -1211
- data/spec/spec_helper.rb +0 -313
- data/spec/vcr_cassettes/docrels.yml +0 -385
- data/spec/vcr_cassettes/withdrawn_iso.yml +0 -295
data/bin/rspec
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rspec' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require "pathname"
|
10
|
-
ENV["BUNDLE_GEMFILE"] ||= File.expand_path(
|
11
|
-
"../../Gemfile", Pathname.new(__FILE__).realpath
|
12
|
-
)
|
13
|
-
|
14
|
-
require "rubygems"
|
15
|
-
require "bundler/setup"
|
16
|
-
|
17
|
-
load Gem.bin_path("rspec-core", "rspec")
|
data/spec/assets/header.html
DELETED
data/spec/assets/html.css
DELETED
data/spec/assets/htmlcover.html
DELETED
data/spec/assets/htmlintro.html
DELETED
data/spec/assets/i18n.yaml
DELETED
data/spec/assets/iso.adoc
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
= X
|
2
|
-
A
|
3
|
-
:mn-document-class: iso
|
4
|
-
:title-main-en: Medical devices — Quality management systems — Requirements for regulatory purposes
|
5
|
-
:title-main-fr: Dispositifs médicaux — Systèmes de management de la qualité — Exigences à des fins réglementaires
|
6
|
-
|
7
|
-
== Clause 1
|
8
|
-
|
9
|
-
X
|
10
|
-
|
@@ -1,33 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
-
<div xmlns:epub="http://www.idpf.org/2007/ops">
|
4
|
-
|
5
|
-
|
6
|
-
<div class="title-section">
|
7
|
-
<p> </p>
|
8
|
-
</div>
|
9
|
-
<br />
|
10
|
-
<div class="prefatory-section">
|
11
|
-
<p> </p>
|
12
|
-
</div>
|
13
|
-
<br />
|
14
|
-
<main class="main-section"><button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
|
15
|
-
<br />
|
16
|
-
<div>
|
17
|
-
<h1 class="ForewordTitle">Foreword</h1>
|
18
|
-
<div id="" class="Note">
|
19
|
-
<p><span class="note_label">NOTE</span>  These results are based on a study carried out on three different types of kernel.</p>
|
20
|
-
</div>
|
21
|
-
</div>
|
22
|
-
<p class="zzSTDTitle1"></p>
|
23
|
-
</main>
|
24
|
-
<script type="text/x-mathjax-config">
|
25
|
-
MathJax.Hub.Config({
|
26
|
-
asciimath2jax: {
|
27
|
-
delimiters: [['(#(', ')#)']]
|
28
|
-
}
|
29
|
-
});
|
30
|
-
</script>
|
31
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=AM_HTMLorMML"></script>
|
32
|
-
|
33
|
-
</div>
|
data/spec/assets/iso.xml
DELETED
@@ -1,71 +0,0 @@
|
|
1
|
-
<iso-standard xmlns="https://www.metanorma.org/ns/iso">
|
2
|
-
<bibdata type="standard">
|
3
|
-
<title type="title-intro" language="en" format="text/plain">Cereals and pulses</title>
|
4
|
-
<title type="title-main" language="en" format="text/plain">Specifications and test methods</title>
|
5
|
-
<title type="main" language="en" format="text/plain">Specifications and test methods</title>
|
6
|
-
<title type="title-part" language="en" format="text/plain">Rice</title>
|
7
|
-
<title type="title-intro" language="fr" format="text/plain">Céréales et légumineuses</title>
|
8
|
-
<title type="title-main" language="fr" format="text/plain">Spécification et méthodes d'essai</title>
|
9
|
-
<title type="title-part" language="fr" format="text/plain">Riz</title>
|
10
|
-
<docidentifier type="iso">ISO/PreCD3 17301-1</docidentifier>
|
11
|
-
<docidentifier type="iso-tc">17301</docidentifier>
|
12
|
-
<docnumber>1730</docnumber>
|
13
|
-
<date type="published"><on>2011</on></date>
|
14
|
-
<date type="accessed"><on>2012</on></date>
|
15
|
-
<date type="created"><from>2010</from><to>2011</to></date>
|
16
|
-
<date type="activated"><on>2013</on></date>
|
17
|
-
<date type="obsoleted"><on>2014</on></date>
|
18
|
-
<edition>2</edition>
|
19
|
-
<version>
|
20
|
-
<revision-date>2016-05-01</revision-date>
|
21
|
-
<draft>0.4</draft>
|
22
|
-
</version>
|
23
|
-
<contributor>
|
24
|
-
<role type="author"/>
|
25
|
-
<organization>
|
26
|
-
<name>International Organization for Standardization</name>
|
27
|
-
<abbreviation>ISO</abbreviation>
|
28
|
-
</organization>
|
29
|
-
</contributor>
|
30
|
-
<contributor>
|
31
|
-
<role type="publisher"/>
|
32
|
-
<organization>
|
33
|
-
<name>International Organization for Standardization</name>
|
34
|
-
<abbreviation>ISO</abbreviation>
|
35
|
-
</organization>
|
36
|
-
</contributor>
|
37
|
-
<language>en</language>
|
38
|
-
<script>Latn</script>
|
39
|
-
<status>
|
40
|
-
<stage abbreviation="CD">35</stage>
|
41
|
-
<substage abbreviation="3CD">20</substage>
|
42
|
-
<iteration>3</iteration>
|
43
|
-
</status>
|
44
|
-
<copyright>
|
45
|
-
<from>2016</from>
|
46
|
-
<owner>
|
47
|
-
<organization>
|
48
|
-
<abbreviation>ISO</abbreviation>
|
49
|
-
</organization>
|
50
|
-
</owner>
|
51
|
-
</copyright>
|
52
|
-
<ext>
|
53
|
-
<doctype>international-standard</doctype>
|
54
|
-
<editorialgroup>
|
55
|
-
<technical-committee number="34">Food products</technical-committee>
|
56
|
-
<subcommittee number="4">Cereals and pulses</subcommittee>
|
57
|
-
<workgroup number="3">Rice Group</workgroup>
|
58
|
-
<secretariat>GB</secretariat>
|
59
|
-
</editorialgroup>
|
60
|
-
<structuredidentifier>
|
61
|
-
<project-number part="1">ISO/PreCD3 17301</project-number>
|
62
|
-
</structuredidentifier>
|
63
|
-
</ext>
|
64
|
-
</bibdata>
|
65
|
-
<foreword>
|
66
|
-
<note>
|
67
|
-
<p id="_f06fd0d1-a203-4f3d-a515-0bdba0f8d83f">These results are based on a study carried out on three different types of kernel.</p>
|
68
|
-
</note>
|
69
|
-
</foreword>
|
70
|
-
</iso-standard>
|
71
|
-
|
data/spec/assets/rice_image1.png
DELETED
Binary file
|
data/spec/assets/scripts.html
DELETED
data/spec/assets/std.css
DELETED
data/spec/assets/word.css
DELETED
data/spec/assets/wordcover.html
DELETED
data/spec/assets/wordintro.html
DELETED
@@ -1,247 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<TITLE>IEC 60050 - International Electrotechnical Vocabulary - Details for IEV number 103-01-02: "functional"</TITLE>
|
5
|
-
<meta name="Description" content="Definition of functional by Electropedia. Meaning of functional. Translations of functional. Equivalent terms for functional." />
|
6
|
-
<meta name="Keywords" content="functional,fonctionnelle, f,دالى,Funktional, n,funcional,funzionale,汎関数,funkcjonał,funcional,funktional,범함수,функционал, м јд,泛函, dictionary, definition, meaning, translation, term, terminology, IEC 60050, Electropedia, IEV 103-01-02,IEV, International, Electrotechnical, Vocabulary, VEI, Vocabulaire, Electrotechnique, Internationale, IEC, electric, electronic" />
|
7
|
-
<meta name="Copyright" content="IEC - International Electrotechnical Commission" />
|
8
|
-
<meta name="Language" content="English, French, Arabic, Chinese, Czech, Finnish, German, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Serbian, Slovenian, Spanish, Swedish" />
|
9
|
-
<SCRIPT language="JavaScript">
|
10
|
-
|
11
|
-
function printWindow() { bV = parseInt(navigator.appVersion); if (bV >= 4) window.print(); }
|
12
|
-
|
13
|
-
function popup(name) { msgWindow=open(name,'popup','history=yes,toolbar=no,scrollbars=yes,resizable=yes,width=700,height=750'); }
|
14
|
-
|
15
|
-
</SCRIPT>
|
16
|
-
|
17
|
-
<STYLE TYPE="text/css">
|
18
|
-
a:link {color: blue ; text-decoration: none}
|
19
|
-
a:visited { color: blue ; text-decoration: none }
|
20
|
-
a:active { color: blue ; text-decoration: none }
|
21
|
-
a:hover { color: blue ; text-decoration: none; background-color: #C0C0C0}
|
22
|
-
table {font-family: arial}
|
23
|
-
td { font-size: 11pt; font-family: Arial, Helvetica, sans-serif }
|
24
|
-
h6 {page-break-before: always;}
|
25
|
-
</STYLE>
|
26
|
-
|
27
|
-
<STYLE TYPE="text/css" media="print">
|
28
|
-
.hide { display: none }
|
29
|
-
</STYLE>
|
30
|
-
<!-- Google Analytics -->
|
31
|
-
<script type="text/javascript">
|
32
|
-
var _gaq = _gaq || [];
|
33
|
-
_gaq.push(['_setAccount', 'UA-34400412-1']);
|
34
|
-
_gaq.push(['_trackPageview']);
|
35
|
-
(function() {
|
36
|
-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
37
|
-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
38
|
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
39
|
-
})();
|
40
|
-
</script>
|
41
|
-
<!-- End Google Analytics -->
|
42
|
-
<meta name="Description" content="functional,fonctionnelle, f,دالى,Funktional, n,funcional,funzionale,汎関数,funkcjonał,funcional,funktional,범함수,функционал, м јд,泛函" >
|
43
|
-
<STYLE TYPE="text/css">
|
44
|
-
@font-face { font-family: 'liberation_serifitalic';
|
45
|
-
src: url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_italic_macroman/LiberationSerif-Italic-webfont.eot');
|
46
|
-
src: url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_italic_macroman/LiberationSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
|
47
|
-
url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_italic_macroman/LiberationSerif-Italic-webfont.woff') format('woff'),
|
48
|
-
url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_italic_macroman/LiberationSerif-Italic-webfont.ttf') format('truetype'),
|
49
|
-
url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_italic_macroman/LiberationSerif-Italic-webfont.svg#liberation_serifitalic') format('svg');
|
50
|
-
}
|
51
|
-
|
52
|
-
@font-face { font-family: 'liberation_serifregular';
|
53
|
-
src: url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.eot');
|
54
|
-
src: url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
55
|
-
url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.woff') format('woff'),
|
56
|
-
url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.ttf') format('truetype'),
|
57
|
-
url('/font/Liberation-Serif-fontfacekit/web%20fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.svg#liberation_serifregular') format('svg');
|
58
|
-
font-weight: normal; font-style: normal;}
|
59
|
-
* {font-family: liberation_serifregular;}body {font-family: liberation_serifregular;}td {font-family: liberation_serifregular;}i {font-family: liberation_serifitalic;}#copy td { font-size:11px; }#copy a { font-size:11px; text-decoration: none;}#copy {border-top: 1px #c0c0c0 solid;}hr {height: 1px; color: #c0c0c0;}</STYLE><script type="text/javascript" src="/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
60
|
-
<script language="JavaScript" type="text/javascript">
|
61
|
-
<!--
|
62
|
-
document._domino_target = "_self";
|
63
|
-
function _doClick(v, o, t, h) {
|
64
|
-
var form = document._Display;
|
65
|
-
if (form.onsubmit) {
|
66
|
-
var retVal = form.onsubmit();
|
67
|
-
if (typeof retVal == "boolean" && retVal == false)
|
68
|
-
return false;
|
69
|
-
}
|
70
|
-
var target = document._domino_target;
|
71
|
-
if (o.href != null) {
|
72
|
-
if (o.target != null)
|
73
|
-
target = o.target;
|
74
|
-
} else {
|
75
|
-
if (t != null)
|
76
|
-
target = t;
|
77
|
-
}
|
78
|
-
form.target = target;
|
79
|
-
form.__Click.value = v;
|
80
|
-
if (h != null)
|
81
|
-
form.action += h;
|
82
|
-
form.submit();
|
83
|
-
return false;
|
84
|
-
}
|
85
|
-
// -->
|
86
|
-
</script>
|
87
|
-
</head>
|
88
|
-
<body text="#000000" bgcolor="#FFFFFF" leftmargin=10 topmargin=0>
|
89
|
-
|
90
|
-
<form method="post" action="/iev/iev.nsf/display?OpenForm&Seq=1&ievref=103-01-02" name="_Display">
|
91
|
-
<input type="hidden" name="__Click" value="0"><style>
|
92
|
-
.Top {
|
93
|
-
margin: auto;
|
94
|
-
height: 109px;
|
95
|
-
padding: 0px;
|
96
|
-
font-family: Arial, Helvetica;
|
97
|
-
}
|
98
|
-
.logolink {
|
99
|
-
position: relative;
|
100
|
-
width: 260px;
|
101
|
-
height: 60px;
|
102
|
-
top: 20px;
|
103
|
-
left: 8px;
|
104
|
-
float: left;
|
105
|
-
font-family: Arial, Helvetica, sans-serif;
|
106
|
-
}
|
107
|
-
.logolink h1 {
|
108
|
-
color: #000;
|
109
|
-
font-size: 17px;
|
110
|
-
font-weight: bold;
|
111
|
-
letter-spacing: 2px;
|
112
|
-
float:left;
|
113
|
-
top:-60px;
|
114
|
-
margin:0;
|
115
|
-
margin-left:80px;
|
116
|
-
position:relative;
|
117
|
-
font-family: Arial, Helvetica, sans-serif;
|
118
|
-
}
|
119
|
-
.top {
|
120
|
-
outline: none;
|
121
|
-
margin: 0px;
|
122
|
-
padding: 0px;
|
123
|
-
font-family: Arial, Helvetica, sans-serif;
|
124
|
-
font-size: 12px;
|
125
|
-
}
|
126
|
-
</style><div class="Top">
|
127
|
-
<div class="logolink"><a title="Back to homepage" href="http://www.iec.ch/">
|
128
|
-
<img title="www.iec.ch" alt=" www.iec.ch" src="/img/logo.jpg"></a>
|
129
|
-
<h1>International</h1>
|
130
|
-
<h1>Electrotechnical</h1>
|
131
|
-
<h1>Commission</h1>
|
132
|
-
</div>
|
133
|
-
</div>
|
134
|
-
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
135
|
-
<tr valign="top"><td width="1%" valign="middle"><img width="65" height="1" src="/icons/ecblank.gif" border="0" alt=""><br>
|
136
|
-
</td><td width="1%"><img width="19" height="1" src="/icons/ecblank.gif" border="0" alt=""><br>
|
137
|
-
</td><td width="46%" valign="middle"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""><br>
|
138
|
-
</td><td width="1%"><img width="19" height="1" src="/icons/ecblank.gif" border="0" alt=""><br>
|
139
|
-
</td><td width="54%"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""><br>
|
140
|
-
</td></tr>
|
141
|
-
</table>
|
142
|
-
<div align="right"><font size="2" face="Arial"> </font><a href="&login"></a></div>
|
143
|
-
<table style="width: 100%; margin-bottom: 10px;" cellpadding=0 width="100%" border="0" cellspacing="0" cellpadding="0">
|
144
|
-
<tr valign="top"><td style="width: 144px;" width="15%"><img src="/iev/iev.nsf/30c867bbcbcee00dc1257e81003e697e/$Body/0.E5A?OpenElement&FieldElemFormat=gif" width="144" height="20"></td><td class="hide" style="border-top: 1px #c0c0c0 solid; width: 100% !important; " width="85%"><div align="right"><font size="2" face="Arial">Queries, comments, suggestions? Please </font><a href="mailto:custserv@iec.ch"><font size="2" face="Arial">contact us</font></a><font size="2" face="Arial">.</font></div></td></tr>
|
145
|
-
</table>
|
146
|
-
<br>
|
147
|
-
|
148
|
-
<input type="button" value=" Home " class="hide" style="font-size: 11px;" onclick="window.open('/iev/iev.nsf/6d6bdd8667c378f7c12581fa003d80e7?OpenForm', document._domino_target);">
|
149
|
-
<input type="button" onclick="history.back()" value=" Back " class="hide" style="font-size: 11px;">
|
150
|
-
<input type="button" onclick="printWindow()" value=" Print " class="hide" style="font-size: 11px;"><font face=""><br>
|
151
|
-
|
152
|
-
<br>
|
153
|
-
|
154
|
-
<table cellpadding="1" cellspacing="0" border="0" border="0" cellspacing="0" cellpadding="0">
|
155
|
-
<tr valign="top"><td width="57"><b><font size="2" color="#800080" face="Arial">Area</font></b></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><b><font size="2" face="Arial"> </font></b><a href=index?openform&part=103>Mathematics - Functions</a> / General concepts</td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
156
|
-
|
157
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
158
|
-
|
159
|
-
<tr valign="top"><td width="57"><b><font size="2" color="#800080" face="Arial">IEV ref</font></b></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><b>103-01-02</b></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
160
|
-
|
161
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
162
|
-
|
163
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
164
|
-
|
165
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">en</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> <b>functional</b> </td><td class="hide" width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
166
|
-
|
167
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> function for which the argument is a function and the value a number<p>Note 1 to entry: An example of a functional of the function <i>f</i>(<i>t</i>) is <math> <semantics> <mrow> <mstyle displaystyle='true'> <mrow> <msubsup> <mo>∫</mo> <mrow> <msub> <mi>t</mi> <mn>2</mn> </msub> </mrow> <mrow> <msub> <mi>t</mi> <mn>1</mn> </msub> </mrow> </msubsup> <mrow> <mi>f</mi><mo stretchy='false'>(</mo><mi>t</mi><mo stretchy='false'>)</mo><mo>d</mo><mi>t</mi></mrow> </mrow> </mstyle></mrow> <annotation encoding='MathType-MTEF'>MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbbjxAHX garuavP1wzZbItLDhis9wBH5garmWu51MyVXgarqqtubsr4rNCHbGe aGqipG0dh9qqWrVepG0dbbL8F4rqqrVepeea0xe9LqFf0xc9q8qqaq Fn0lXdHiVcFbIOFHK8Feea0dXdar=Jb9hs0dXdHuk9fr=xfr=xfrpe WZqaaeaaciWacmGadaGadeaabaGaaqaaaOqaamaapedabaGaamOzai aacIcacaWG0bGaaiykaKqzaeGaaiizaOGaamiDaaWcbaGaamiDamaa BaaameaacaaIYaaabeaaaSqaaiaadshadaWgaaadbaGaaGymaaqaba aaniabgUIiYdaaaa@40DD@ </annotation> </semantics> </math>. </td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
168
|
-
|
169
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
170
|
-
|
171
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
172
|
-
|
173
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">fr</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> <b>fonctionnelle</b>, f </td><td class="hide" width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
174
|
-
|
175
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> fonction dont l'argument est une fonction et la valeur un nombre <p>Note 1 à l'article: Un exemple de fonctionnelle de la fonction <i>f</i>(<i>t</i>) est <math> <semantics> <mrow> <mstyle displaystyle='true'> <mrow> <msubsup> <mo>∫</mo> <mrow> <msub> <mi>t</mi> <mn>2</mn> </msub> </mrow> <mrow> <msub> <mi>t</mi> <mn>1</mn> </msub> </mrow> </msubsup> <mrow> <mi>f</mi><mo stretchy='false'>(</mo><mi>t</mi><mo stretchy='false'>)</mo><mo>d</mo><mi>t</mi></mrow> </mrow> </mstyle></mrow> <annotation encoding='MathType-MTEF'>MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbbjxAHX garuavP1wzZbItLDhis9wBH5garmWu51MyVXgarqqtubsr4rNCHbGe aGqipG0dh9qqWrVepG0dbbL8F4rqqrVepeea0xe9LqFf0xc9q8qqaq Fn0lXdHiVcFbIOFHK8Feea0dXdar=Jb9hs0dXdHuk9fr=xfr=xfrpe WZqaaeaaciWacmGadaGadeaabaGaaqaaaOqaamaapedabaGaamOzai aacIcacaWG0bGaaiykaKqzaeGaaiizaOGaamiDaaWcbaGaamiDamaa BaaameaacaaIYaaabeaaaSqaaiaadshadaWgaaadbaGaaGymaaqaba aaniabgUIiYdaaaa@40DD@ </annotation> </semantics> </math>. </td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
176
|
-
|
177
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
178
|
-
|
179
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
180
|
-
|
181
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">ar</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td style="direction:rtl; text-align:left" width="567"> دالى </td><td class="hide" width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
182
|
-
|
183
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
184
|
-
|
185
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">de</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> Funktional, n </td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
186
|
-
|
187
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
188
|
-
|
189
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
190
|
-
|
191
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
192
|
-
|
193
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">es</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> funcional </td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
194
|
-
|
195
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
196
|
-
|
197
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
198
|
-
|
199
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">it</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> funzionale </td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
200
|
-
|
201
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
202
|
-
|
203
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080" face="Arial">ko</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> 범함수 </td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
204
|
-
|
205
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
206
|
-
|
207
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">ja</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td lang="ja-jp" width="567"> 汎関数 </td><td class="hide" width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
208
|
-
|
209
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
210
|
-
|
211
|
-
<tr></tr>
|
212
|
-
|
213
|
-
<tr></tr>
|
214
|
-
|
215
|
-
<tr></tr>
|
216
|
-
|
217
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
218
|
-
|
219
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080" face="Arial">pl</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> funkcjonał </td><td class="hide" width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
220
|
-
|
221
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
222
|
-
|
223
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080" face="Arial">pt</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> funcional </td><td class="hide" width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
224
|
-
|
225
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
226
|
-
|
227
|
-
<tr valign="top"><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
228
|
-
|
229
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
230
|
-
|
231
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">sr</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> функционал, м јд </td><td width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
232
|
-
|
233
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
234
|
-
|
235
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080">sv</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> funktional </td><td class="hide" width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
236
|
-
|
237
|
-
<tr valign="top"><td width="699" colspan="4"><hr></td></tr>
|
238
|
-
|
239
|
-
<tr valign="top"><td width="57"><div align="center"><font color="#800080" face="Arial">zh</font></div></td><td width="19"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td><td width="567"> 泛函 </td><td class="hide" width="57"><img width="1" height="1" src="/icons/ecblank.gif" border="0" alt=""></td></tr>
|
240
|
-
</table>
|
241
|
-
</font><hr>
|
242
|
-
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
243
|
-
<tr valign="top"><td width="25%"><a href="/iev/iev.nsf/display?openform&ievref=103-01-02&login"></a><font color="#800080">Publication date:</font> 2009-12 </td><td width="75%"><div align="right"><a href="http://www.iec.ch/about/copyright/copyright-db_entry.htm" target="_blank"><font color="#003399">Copyright</font></a> © <a href="http://www.iec.ch/about/co/office-e.htm" target="_blank"><font color="#003399">IEC</font></a> 2018. All Rights Reserved.</div></td></tr>
|
244
|
-
</table>
|
245
|
-
</form>
|
246
|
-
</body>
|
247
|
-
</html>
|
data/spec/examples/english.yaml
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
term_def_boilerplate: |
|
2
|
-
<p>ISO and IEC maintain terminological databases for use in
|
3
|
-
standardization at the following addresses:</p>
|
4
|
-
|
5
|
-
<ul>
|
6
|
-
<li> <p>ISO Online browsing platform: available at
|
7
|
-
<a href="http://www.iso.org/obp">http://www.iso.org/obp</a></p> </li>
|
8
|
-
<li> <p>IEC Electropedia: available at
|
9
|
-
<a href="http://www.electropedia.org">http://www.electropedia.org</a>
|
10
|
-
</p> </li> </ul>
|
11
|
-
scope: Scope
|
12
|
-
symbols: Symbols and Abbreviated Terms
|
13
|
-
introduction: Introduction
|
14
|
-
foreword: Frontispiece
|
15
|
-
termsdefs: Terms and Definitions
|
16
|
-
termsdefsymbols: Terms, Definitions, Symbols and Abbreviated Terms
|
17
|
-
normref: Normative References
|
18
|
-
bibliography: Bibliography
|
19
|
-
clause: Clause
|
20
|
-
annex: Annex
|
21
|
-
no_terms_boilerplate: <p>No terms and definitions are listed in this document.</p>
|
22
|
-
internal_terms_boilerplate: |
|
23
|
-
<p>For the purposes of this document, the following terms and definitions apply.</p>
|
24
|
-
norm_with_refs_pref:
|
25
|
-
The following documents are referred to in the text in such a way
|
26
|
-
that some or all of their content constitutes requirements of this
|
27
|
-
document. For dated references, only the edition cited applies.
|
28
|
-
For undated references, the latest edition of the referenced
|
29
|
-
document (including any amendments) applies.
|
30
|
-
norm_empty_pref:
|
31
|
-
There are no normative references in this document.
|
32
|
-
external_terms_boilerplate: |
|
33
|
-
<p>For the purposes of this document, the terms and definitions given in % apply.</p>
|
34
|
-
internal_external_terms_boilerplate: |
|
35
|
-
<p>For the purposes of this document, the terms and definitions
|
36
|
-
given in % and the following apply.</p>
|
37
|
-
note: NOTE
|
38
|
-
note_xref: Note
|
39
|
-
termnote: Note % to entry
|
40
|
-
figure: Figure
|
41
|
-
formula: Formula
|
42
|
-
table: Table
|
43
|
-
key: Key
|
44
|
-
example: EXAMPLE
|
45
|
-
example_xref: Example
|
46
|
-
where: where
|
47
|
-
wholeoftext: Whole of text
|
48
|
-
draft: draft
|
49
|
-
inform_annex: informative
|
50
|
-
norm_annex: normative
|
51
|
-
modified: modified
|
52
|
-
deprecated: DEPRECATED
|
53
|
-
source: SOURCE
|
54
|
-
and: and
|
55
|
-
all_parts: All Parts
|
56
|
-
locality: {
|
57
|
-
section: Section,
|
58
|
-
clause: Clause,
|
59
|
-
part: Part,
|
60
|
-
paragraph: Paragraph,
|
61
|
-
chapter: Chapter,
|
62
|
-
page: Page,
|
63
|
-
table: Table,
|
64
|
-
annex: Annex,
|
65
|
-
figure: Figure,
|
66
|
-
example: Example,
|
67
|
-
note: Note,
|
68
|
-
formula: Formula
|
69
|
-
}
|
data/spec/examples/iso_123_.xml
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
<bibitem type="international-standard" id="ISO123">
|
2
|
-
<title format="text/plain" language="en" script="Latn">Rubber latex -- Sampling</title>
|
3
|
-
<title format="text/plain" language="fr" script="Latn">Latex de caoutchouc -- Échantillonnage</title>
|
4
|
-
<source type="src">https://www.iso.org/standard/23281.html</source>
|
5
|
-
<source type="obp">https://www.iso.org/obp/ui/#!iso:std:23281:en</source>
|
6
|
-
<source type="rss">https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</source>
|
7
|
-
<docidentifier>ISO 123</docidentifier>
|
8
|
-
<date type="published">
|
9
|
-
<from>2001</from>
|
10
|
-
</date>
|
11
|
-
<contributor>
|
12
|
-
<role type="publisher"/>
|
13
|
-
<organization>
|
14
|
-
<name>International Organization for Standardization</name>
|
15
|
-
<abbreviation>ISO</abbreviation>
|
16
|
-
<uri>www.iso.org</uri>
|
17
|
-
</organization>
|
18
|
-
</contributor>
|
19
|
-
<edition>3</edition>
|
20
|
-
<language>en</language>
|
21
|
-
<language>fr</language>
|
22
|
-
<script>Latn</script>
|
23
|
-
<status>Published</status>
|
24
|
-
<copyright>
|
25
|
-
<from>2001</from>
|
26
|
-
<owner>
|
27
|
-
<organization>
|
28
|
-
<name>ISO</name>
|
29
|
-
<abbreviation></abbreviation>
|
30
|
-
</organization>
|
31
|
-
</owner>
|
32
|
-
</copyright>
|
33
|
-
<relation type="obsoletes">
|
34
|
-
<bibitem>
|
35
|
-
<formattedref>ISO 123:1985</formattedref>
|
36
|
-
<docidentifier>ISO 123:1985</docidentifier>
|
37
|
-
</bibitem>
|
38
|
-
</relation>
|
39
|
-
<relation type="updates">
|
40
|
-
<bibitem>
|
41
|
-
<formattedref>ISO 123:2001</formattedref>
|
42
|
-
<docidentifier>ISO 123:2001</docidentifier>
|
43
|
-
</bibitem>
|
44
|
-
</relation>
|
45
|
-
</bibitem>
|
@@ -1,45 +0,0 @@
|
|
1
|
-
<bibitem type="international-standard" id="ISO123">
|
2
|
-
<title format="text/plain" language="en" script="Latn">Rubber latex -- Sampling</title>
|
3
|
-
<title format="text/plain" language="fr" script="Latn">Latex de caoutchouc -- Échantillonnage</title>
|
4
|
-
<source type="src">https://www.iso.org/standard/23281.html</source>
|
5
|
-
<source type="obp">https://www.iso.org/obp/ui/#!iso:std:23281:en</source>
|
6
|
-
<source type="rss">https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</source>
|
7
|
-
<docidentifier>ISO 123:All Parts</docidentifier>
|
8
|
-
<date type="published">
|
9
|
-
<from>2001</from>
|
10
|
-
</date>
|
11
|
-
<contributor>
|
12
|
-
<role type="publisher"/>
|
13
|
-
<organization>
|
14
|
-
<name>International Organization for Standardization</name>
|
15
|
-
<abbreviation>ISO</abbreviation>
|
16
|
-
<uri>www.iso.org</uri>
|
17
|
-
</organization>
|
18
|
-
</contributor>
|
19
|
-
<edition>3</edition>
|
20
|
-
<language>en</language>
|
21
|
-
<language>fr</language>
|
22
|
-
<script>Latn</script>
|
23
|
-
<status>Published</status>
|
24
|
-
<copyright>
|
25
|
-
<from>2001</from>
|
26
|
-
<owner>
|
27
|
-
<organization>
|
28
|
-
<name>ISO</name>
|
29
|
-
<abbreviation></abbreviation>
|
30
|
-
</organization>
|
31
|
-
</owner>
|
32
|
-
</copyright>
|
33
|
-
<relation type="obsoletes">
|
34
|
-
<bibitem>
|
35
|
-
<formattedref>ISO 123:1985</formattedref>
|
36
|
-
<docidentifier>ISO 123:1985</docidentifier>
|
37
|
-
</bibitem>
|
38
|
-
</relation>
|
39
|
-
<relation type="updates">
|
40
|
-
<bibitem>
|
41
|
-
<formattedref>ISO 123:2001</formattedref>
|
42
|
-
<docidentifier>ISO 123:2001</docidentifier>
|
43
|
-
</bibitem>
|
44
|
-
</relation>
|
45
|
-
</bibitem>
|