metanorma-iso 1.10.1 → 1.10.5
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 +4 -4
- data/.github/workflows/ubuntu.yml +1 -1
- data/Gemfile +1 -1
- data/lib/asciidoctor/iso/base.rb +1 -1
- data/lib/asciidoctor/iso/basicdoc.rng +1 -11
- data/lib/asciidoctor/iso/biblio.rng +0 -2
- data/lib/asciidoctor/iso/front.rb +17 -4
- data/lib/asciidoctor/iso/front_id.rb +20 -17
- data/lib/asciidoctor/iso/isodoc.rng +61 -19
- data/lib/asciidoctor/iso/isostandard-amd.rng +1 -1
- data/lib/asciidoctor/iso/isostandard.rng +15 -3
- data/lib/asciidoctor/iso/reqt.rng +1 -1
- data/lib/asciidoctor/iso/section.rb +1 -1
- data/lib/asciidoctor/iso/validate.rb +1 -1
- data/lib/asciidoctor/iso/validate_image.rb +1 -1
- data/lib/asciidoctor/iso/validate_section.rb +1 -1
- data/lib/isodoc/iso/base_convert.rb +14 -31
- data/lib/isodoc/iso/html/isodoc.css +0 -1
- data/lib/isodoc/iso/html/isodoc.scss +0 -1
- data/lib/isodoc/iso/html/style-human.css +40 -9
- data/lib/isodoc/iso/html/style-human.scss +36 -9
- data/lib/isodoc/iso/html/style-iso.css +35 -6
- data/lib/isodoc/iso/html/style-iso.scss +31 -6
- data/lib/isodoc/iso/html/wordstyle.css +10 -8
- data/lib/isodoc/iso/html/wordstyle.scss +10 -8
- data/lib/isodoc/iso/html_convert.rb +81 -22
- data/lib/isodoc/iso/index.rb +53 -45
- data/lib/isodoc/iso/iso.amendment.xsl +333 -113
- data/lib/isodoc/iso/iso.international-standard.xsl +333 -113
- data/lib/isodoc/iso/isosts_convert.rb +6 -2
- data/lib/isodoc/iso/metadata.rb +27 -22
- data/lib/isodoc/iso/presentation_xml_convert.rb +60 -25
- data/lib/isodoc/iso/sts_convert.rb +3 -2
- data/lib/isodoc/iso/word_convert.rb +0 -2
- data/lib/metanorma/iso/processor.rb +2 -2
- data/lib/metanorma/iso/version.rb +1 -1
- data/metanorma-iso.gemspec +3 -3
- data/spec/asciidoctor/base_spec.rb +397 -545
- data/spec/asciidoctor/blocks_spec.rb +4 -4
- data/spec/asciidoctor/cleanup_spec.rb +15 -12
- data/spec/asciidoctor/refs_spec.rb +87 -84
- data/spec/isodoc/amd_spec.rb +261 -250
- data/spec/isodoc/i18n_spec.rb +7 -7
- data/spec/isodoc/inline_spec.rb +242 -216
- data/spec/isodoc/iso_spec.rb +3 -1
- data/spec/isodoc/postproc_spec.rb +111 -28
- data/spec/isodoc/section_spec.rb +3 -3
- data/spec/isodoc/terms_spec.rb +34 -41
- data/spec/isodoc/xref_spec.rb +3 -3
- data/spec/metanorma/processor_spec.rb +110 -14
- data/spec/vcr_cassettes/docrels.yml +37 -427
- metadata +8 -8
@@ -676,554 +676,406 @@ RSpec.describe Asciidoctor::ISO do
|
|
676
676
|
:nodoc:
|
677
677
|
:novalid:
|
678
678
|
:amends: ISO 123;ISO 124
|
679
|
-
:obsoletes:
|
679
|
+
:obsoletes: ABC 1
|
680
|
+
:successor-of: ABC 2
|
681
|
+
:manifestation-of: ABC 3
|
682
|
+
:annotation-of: ABC 3a
|
683
|
+
:related: ABC 4
|
684
|
+
:replaces: ABC 5
|
685
|
+
:supersedes: ABC 6
|
686
|
+
:corrects: ABC 7
|
687
|
+
:informatively-cited-in: ABC 8
|
688
|
+
:informatively-cites: ABC 9
|
689
|
+
:normatively-cited-in: ABC 10
|
690
|
+
:normatively-cites: ABC 11
|
691
|
+
:identical-adopted-from: ABC 12
|
692
|
+
:modified-adopted-from: ABC 13
|
693
|
+
:related-directive: ABC 14
|
694
|
+
:related-mandate: ABC 15
|
680
695
|
INPUT
|
681
696
|
expect(xmlpp(output.sub(%r{<boilerplate>.*</boilerplate>}m, "")))
|
682
697
|
.to be_equivalent_to xmlpp(<<~"OUTPUT")
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
des latex artificiels. Elle s’applique également à
|
1065
|
-
l’échantillonnage de latex de caoutchouc contenus dans
|
1066
|
-
des fûts, citernes routières ou de stockage. Le mode
|
1067
|
-
opératoire peut aussi être utilisé pour
|
1068
|
-
l’échantillonnage de dispersions de plastiques.
|
1069
|
-
</abstract>
|
1070
|
-
<status>
|
1071
|
-
<stage>90</stage>
|
1072
|
-
<substage>93</substage>
|
1073
|
-
</status>
|
1074
|
-
<copyright>
|
1075
|
-
<from>2001</from>
|
1076
|
-
<owner>
|
1077
|
-
<organization>
|
1078
|
-
<name>ISO</name>
|
1079
|
-
</organization>
|
1080
|
-
</owner>
|
1081
|
-
</copyright>
|
1082
|
-
<relation type='obsoletes'>
|
1083
|
-
<bibitem type='standard'>
|
1084
|
-
<formattedref format='text/plain'>ISO 123:1985</formattedref>
|
1085
|
-
</bibitem>
|
1086
|
-
</relation>
|
1087
|
-
<place>Geneva</place>
|
1088
|
-
</bibitem>
|
1089
|
-
</relation>
|
1090
|
-
<place>Geneva</place>
|
1091
|
-
</bibitem>
|
1092
|
-
</relation>
|
1093
|
-
<relation type='updates'>
|
1094
|
-
<description>amends</description>
|
1095
|
-
<bibitem type='standard'>
|
1096
|
-
<fetched/>
|
1097
|
-
<title type='title-intro' format='text/plain' language='en' script='Latn'>Latex, rubber</title>
|
1098
|
-
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of total solids content</title>
|
1099
|
-
<title type='main' format='text/plain' language='en' script='Latn'>Latex, rubber — Determination of total solids content</title>
|
1100
|
-
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
1101
|
-
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination des matières solides totales</title>
|
1102
|
-
<title type='main' format='text/plain' language='fr' script='Latn'>
|
1103
|
-
Latex de caoutchouc — Détermination des
|
1104
|
-
matières solides totales
|
1105
|
-
</title>
|
1106
|
-
<uri type='src'>https://www.iso.org/standard/61884.html</uri>
|
1107
|
-
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:61884:en</uri>
|
1108
|
-
<uri type='rss'>https://www.iso.org/contents/data/standard/06/18/61884.detail.rss</uri>
|
1109
|
-
<docidentifier type='ISO'>ISO 124</docidentifier>
|
1110
|
-
<docidentifier type='URN'>urn:iso:std:iso:124:stage-90.93:ed-7:en,fr</docidentifier>
|
1111
|
-
<docnumber>124</docnumber>
|
1112
|
-
<contributor>
|
1113
|
-
<role type='publisher'/>
|
1114
|
-
<organization>
|
1115
|
-
<name>International Organization for Standardization</name>
|
1116
|
-
<abbreviation>ISO</abbreviation>
|
1117
|
-
<uri>www.iso.org</uri>
|
1118
|
-
</organization>
|
1119
|
-
</contributor>
|
1120
|
-
<edition>7</edition>
|
1121
|
-
<language>en</language>
|
1122
|
-
<language>fr</language>
|
1123
|
-
<script>Latn</script>
|
1124
|
-
<status>
|
1125
|
-
<stage>90</stage>
|
1126
|
-
<substage>93</substage>
|
1127
|
-
</status>
|
1128
|
-
<copyright>
|
1129
|
-
<from>2014</from>
|
1130
|
-
<owner>
|
1131
|
-
<organization>
|
1132
|
-
<name>ISO</name>
|
1133
|
-
</organization>
|
1134
|
-
</owner>
|
1135
|
-
</copyright>
|
1136
|
-
<relation type='obsoletes'>
|
1137
|
-
<bibitem type='standard'>
|
1138
|
-
<formattedref format='text/plain'>ISO 124:2011</formattedref>
|
1139
|
-
</bibitem>
|
1140
|
-
</relation>
|
1141
|
-
<relation type='instance'>
|
1142
|
-
<bibitem type='standard'>
|
1143
|
-
<fetched/>
|
1144
|
-
<title type='title-intro' format='text/plain' language='en' script='Latn'>Latex, rubber</title>
|
1145
|
-
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of total solids content</title>
|
1146
|
-
<title type='main' format='text/plain' language='en' script='Latn'>Latex, rubber — Determination of total solids content</title>
|
1147
|
-
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
1148
|
-
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination des matières solides totales</title>
|
1149
|
-
<title type='main' format='text/plain' language='fr' script='Latn'>
|
1150
|
-
Latex de caoutchouc — Détermination des
|
1151
|
-
matières solides totales
|
1152
|
-
</title>
|
1153
|
-
<uri type='src'>https://www.iso.org/standard/61884.html</uri>
|
1154
|
-
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:61884:en</uri>
|
1155
|
-
<uri type='rss'>https://www.iso.org/contents/data/standard/06/18/61884.detail.rss</uri>
|
1156
|
-
<docidentifier type='ISO'>ISO 124:2014</docidentifier>
|
1157
|
-
<docidentifier type='URN'>urn:iso:std:iso:124:stage-90.93:ed-7:en,fr</docidentifier>
|
1158
|
-
<docnumber>124</docnumber>
|
1159
|
-
<date type='published'>
|
1160
|
-
<on>2014-03</on>
|
1161
|
-
</date>
|
1162
|
-
<contributor>
|
1163
|
-
<role type='publisher'/>
|
1164
|
-
<organization>
|
1165
|
-
<name>International Organization for Standardization</name>
|
1166
|
-
<abbreviation>ISO</abbreviation>
|
1167
|
-
<uri>www.iso.org</uri>
|
1168
|
-
</organization>
|
1169
|
-
</contributor>
|
1170
|
-
<edition>7</edition>
|
1171
|
-
<language>en</language>
|
1172
|
-
<language>fr</language>
|
1173
|
-
<script>Latn</script>
|
1174
|
-
<abstract format='text/plain' language='en' script='Latn'>
|
1175
|
-
ISO 124:2014 specifies methods for the determination of the total
|
1176
|
-
solids content of natural rubber field and concentrated latices
|
1177
|
-
and synthetic rubber latex. These methods are not necessarily
|
1178
|
-
suitable for latex from natural sources other than the Hevea
|
1179
|
-
brasiliensis, for vulcanized latex, for compounded latex, or for
|
1180
|
-
artificial dispersions of rubber.
|
1181
|
-
</abstract>
|
1182
|
-
<abstract format='text/plain' language='fr' script='Latn'>
|
1183
|
-
L’ISO 124:2014 spécifie des méthodes pour la
|
1184
|
-
détermination des matières solides totales dans le latex
|
1185
|
-
de plantation, le latex de concentré de caoutchouc naturel et
|
1186
|
-
le latex de caoutchouc synthétique. Ces méthodes ne
|
1187
|
-
conviennent pas nécessairement au latex d’origine
|
1188
|
-
naturelle autre que celui de l’Hevea brasiliensis, au latex
|
1189
|
-
vulcanisé, aux mélanges de latex, ou aux dispersions
|
1190
|
-
artificielles de caoutchouc.
|
1191
|
-
</abstract>
|
1192
|
-
<status>
|
1193
|
-
<stage>90</stage>
|
1194
|
-
<substage>93</substage>
|
1195
|
-
</status>
|
1196
|
-
<copyright>
|
1197
|
-
<from>2014</from>
|
1198
|
-
<owner>
|
1199
|
-
<organization>
|
1200
|
-
<name>ISO</name>
|
1201
|
-
</organization>
|
1202
|
-
</owner>
|
1203
|
-
</copyright>
|
1204
|
-
<relation type='obsoletes'>
|
1205
|
-
<bibitem type='standard'>
|
1206
|
-
<formattedref format='text/plain'>ISO 124:2011</formattedref>
|
1207
|
-
</bibitem>
|
1208
|
-
</relation>
|
1209
|
-
<place>Geneva</place>
|
1210
|
-
</bibitem>
|
1211
|
-
</relation>
|
1212
|
-
<place>Geneva</place>
|
1213
|
-
</bibitem>
|
1214
|
-
</relation>
|
1215
|
-
<ext>
|
1216
|
-
<doctype>article</doctype>
|
1217
|
-
<editorialgroup>
|
1218
|
-
<technical-committee/>
|
1219
|
-
<subcommittee/>
|
1220
|
-
<workgroup/>
|
1221
|
-
</editorialgroup>
|
1222
|
-
<stagename>International standard</stagename>
|
1223
|
-
</ext>
|
1224
|
-
</bibdata>
|
1225
|
-
<sections> </sections>
|
1226
|
-
</iso-standard>
|
698
|
+
<iso-standard xmlns="https://www.metanorma.org/ns/iso" type="semantic" version="#{Metanorma::ISO::VERSION}">
|
699
|
+
<bibdata type='standard'>
|
700
|
+
<contributor>
|
701
|
+
<role type='author'/>
|
702
|
+
<organization>
|
703
|
+
<name>International Organization for Standardization</name>
|
704
|
+
<abbreviation>ISO</abbreviation>
|
705
|
+
</organization>
|
706
|
+
</contributor>
|
707
|
+
<contributor>
|
708
|
+
<role type='publisher'/>
|
709
|
+
<organization>
|
710
|
+
<name>International Organization for Standardization</name>
|
711
|
+
<abbreviation>ISO</abbreviation>
|
712
|
+
</organization>
|
713
|
+
</contributor>
|
714
|
+
<language>en</language>
|
715
|
+
<script>Latn</script>
|
716
|
+
<status>
|
717
|
+
<stage abbreviation='IS'>60</stage>
|
718
|
+
<substage>60</substage>
|
719
|
+
</status>
|
720
|
+
<copyright>
|
721
|
+
<from>2021</from>
|
722
|
+
<owner>
|
723
|
+
<organization>
|
724
|
+
<name>International Organization for Standardization</name>
|
725
|
+
<abbreviation>ISO</abbreviation>
|
726
|
+
</organization>
|
727
|
+
</owner>
|
728
|
+
</copyright>
|
729
|
+
<relation type='obsoletes'>
|
730
|
+
<bibitem>
|
731
|
+
<title>--</title>
|
732
|
+
<docidentifier>ABC 1</docidentifier>
|
733
|
+
</bibitem>
|
734
|
+
</relation>
|
735
|
+
<relation type='successorOf'>
|
736
|
+
<bibitem>
|
737
|
+
<title>--</title>
|
738
|
+
<docidentifier>ABC 2</docidentifier>
|
739
|
+
</bibitem>
|
740
|
+
</relation>
|
741
|
+
<relation type='manifestationOf'>
|
742
|
+
<bibitem>
|
743
|
+
<title>--</title>
|
744
|
+
<docidentifier>ABC 3</docidentifier>
|
745
|
+
</bibitem>
|
746
|
+
</relation>
|
747
|
+
<relation type='annotationOf'>
|
748
|
+
<bibitem>
|
749
|
+
<title>--</title>
|
750
|
+
<docidentifier>ABC 3a</docidentifier>
|
751
|
+
</bibitem>
|
752
|
+
</relation>
|
753
|
+
<relation type='related'>
|
754
|
+
<bibitem>
|
755
|
+
<title>--</title>
|
756
|
+
<docidentifier>ABC 4</docidentifier>
|
757
|
+
</bibitem>
|
758
|
+
</relation>
|
759
|
+
<relation type='updates'>
|
760
|
+
<description>amends</description>
|
761
|
+
<bibitem type='standard'>
|
762
|
+
<fetched/>
|
763
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Rubber latex</title>
|
764
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Sampling</title>
|
765
|
+
<title type='main' format='text/plain' language='en' script='Latn'>Rubber latex — Sampling</title>
|
766
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
767
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Échantillonnage</title>
|
768
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc — Échantillonnage</title>
|
769
|
+
<uri type='src'>https://www.iso.org/standard/23281.html</uri>
|
770
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:23281:en</uri>
|
771
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</uri>
|
772
|
+
<docidentifier type='ISO'>ISO 123</docidentifier>
|
773
|
+
<docidentifier type='URN'>urn:iso:std:iso:123:stage-90.93:ed-3:en,fr</docidentifier>
|
774
|
+
<docnumber>123</docnumber>
|
775
|
+
<contributor>
|
776
|
+
<role type='publisher'/>
|
777
|
+
<organization>
|
778
|
+
<name>International Organization for Standardization</name>
|
779
|
+
<abbreviation>ISO</abbreviation>
|
780
|
+
<uri>www.iso.org</uri>
|
781
|
+
</organization>
|
782
|
+
</contributor>
|
783
|
+
<edition>3</edition>
|
784
|
+
<language>en</language>
|
785
|
+
<language>fr</language>
|
786
|
+
<script>Latn</script>
|
787
|
+
<status>
|
788
|
+
<stage>90</stage>
|
789
|
+
<substage>93</substage>
|
790
|
+
</status>
|
791
|
+
<copyright>
|
792
|
+
<from>2001</from>
|
793
|
+
<owner>
|
794
|
+
<organization>
|
795
|
+
<name>ISO</name>
|
796
|
+
</organization>
|
797
|
+
</owner>
|
798
|
+
</copyright>
|
799
|
+
<relation type='obsoletes'>
|
800
|
+
<bibitem type='standard'>
|
801
|
+
<formattedref format='text/plain'>ISO 123:1985</formattedref>
|
802
|
+
</bibitem>
|
803
|
+
</relation>
|
804
|
+
<relation type='instance'>
|
805
|
+
<bibitem type='standard'>
|
806
|
+
<fetched/>
|
807
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Rubber latex</title>
|
808
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Sampling</title>
|
809
|
+
<title type='main' format='text/plain' language='en' script='Latn'>Rubber latex — Sampling</title>
|
810
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
811
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Échantillonnage</title>
|
812
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc — Échantillonnage</title>
|
813
|
+
<uri type='src'>https://www.iso.org/standard/23281.html</uri>
|
814
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:23281:en</uri>
|
815
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</uri>
|
816
|
+
<docidentifier type='ISO'>ISO 123:2001</docidentifier>
|
817
|
+
<docidentifier type='URN'>urn:iso:std:iso:123:stage-90.93:ed-3:en,fr</docidentifier>
|
818
|
+
<docnumber>123</docnumber>
|
819
|
+
<date type='published'>
|
820
|
+
<on>2001-05</on>
|
821
|
+
</date>
|
822
|
+
<contributor>
|
823
|
+
<role type='publisher'/>
|
824
|
+
<organization>
|
825
|
+
<name>International Organization for Standardization</name>
|
826
|
+
<abbreviation>ISO</abbreviation>
|
827
|
+
<uri>www.iso.org</uri>
|
828
|
+
</organization>
|
829
|
+
</contributor>
|
830
|
+
<edition>3</edition>
|
831
|
+
<language>en</language>
|
832
|
+
<language>fr</language>
|
833
|
+
<script>Latn</script>
|
834
|
+
<abstract format='text/plain' language='en' script='Latn'>
|
835
|
+
This International Standard specifies procedures for sampling
|
836
|
+
natural rubber latex concentrate and for sampling synthetic rubber
|
837
|
+
latices and artificial latices. It is also suitable for sampling
|
838
|
+
rubber latex contained in drums, tank cars or tanks. The
|
839
|
+
procedures may also be used for sampling plastics dispersions.
|
840
|
+
</abstract>
|
841
|
+
<abstract format='text/plain' language='fr' script='Latn'>
|
842
|
+
La présente Norme internationale spécifie des
|
843
|
+
méthodes d’échantillonnage pour des
|
844
|
+
concentrés de latex de caoutchouc naturel et pour
|
845
|
+
échantillonner des latex de caoutchouc synthétique et
|
846
|
+
des latex artificiels. Elle s’applique également à
|
847
|
+
l’échantillonnage de latex de caoutchouc contenus dans
|
848
|
+
des fûts, citernes routières ou de stockage. Le mode
|
849
|
+
opératoire peut aussi être utilisé pour
|
850
|
+
l’échantillonnage de dispersions de plastiques.
|
851
|
+
</abstract>
|
852
|
+
<status>
|
853
|
+
<stage>90</stage>
|
854
|
+
<substage>93</substage>
|
855
|
+
</status>
|
856
|
+
<copyright>
|
857
|
+
<from>2001</from>
|
858
|
+
<owner>
|
859
|
+
<organization>
|
860
|
+
<name>ISO</name>
|
861
|
+
</organization>
|
862
|
+
</owner>
|
863
|
+
</copyright>
|
864
|
+
<relation type='obsoletes'>
|
865
|
+
<bibitem type='standard'>
|
866
|
+
<formattedref format='text/plain'>ISO 123:1985</formattedref>
|
867
|
+
</bibitem>
|
868
|
+
</relation>
|
869
|
+
<place>Geneva</place>
|
870
|
+
</bibitem>
|
871
|
+
</relation>
|
872
|
+
<place>Geneva</place>
|
873
|
+
</bibitem>
|
874
|
+
</relation>
|
875
|
+
<relation type='updates'>
|
876
|
+
<description>amends</description>
|
877
|
+
<bibitem type='standard'>
|
878
|
+
<fetched/>
|
879
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Latex, rubber</title>
|
880
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of total solids content</title>
|
881
|
+
<title type='main' format='text/plain' language='en' script='Latn'>Latex, rubber — Determination of total solids content</title>
|
882
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
883
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination des matières solides totales</title>
|
884
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>
|
885
|
+
Latex de caoutchouc — Détermination des
|
886
|
+
matières solides totales
|
887
|
+
</title>
|
888
|
+
<uri type='src'>https://www.iso.org/standard/61884.html</uri>
|
889
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:61884:en</uri>
|
890
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/06/18/61884.detail.rss</uri>
|
891
|
+
<docidentifier type='ISO'>ISO 124</docidentifier>
|
892
|
+
<docidentifier type='URN'>urn:iso:std:iso:124:stage-90.93:ed-7:en,fr</docidentifier>
|
893
|
+
<docnumber>124</docnumber>
|
894
|
+
<contributor>
|
895
|
+
<role type='publisher'/>
|
896
|
+
<organization>
|
897
|
+
<name>International Organization for Standardization</name>
|
898
|
+
<abbreviation>ISO</abbreviation>
|
899
|
+
<uri>www.iso.org</uri>
|
900
|
+
</organization>
|
901
|
+
</contributor>
|
902
|
+
<edition>7</edition>
|
903
|
+
<language>en</language>
|
904
|
+
<language>fr</language>
|
905
|
+
<script>Latn</script>
|
906
|
+
<status>
|
907
|
+
<stage>90</stage>
|
908
|
+
<substage>93</substage>
|
909
|
+
</status>
|
910
|
+
<copyright>
|
911
|
+
<from>2014</from>
|
912
|
+
<owner>
|
913
|
+
<organization>
|
914
|
+
<name>ISO</name>
|
915
|
+
</organization>
|
916
|
+
</owner>
|
917
|
+
</copyright>
|
918
|
+
<relation type='obsoletes'>
|
919
|
+
<bibitem type='standard'>
|
920
|
+
<formattedref format='text/plain'>ISO 124:2011</formattedref>
|
921
|
+
</bibitem>
|
922
|
+
</relation>
|
923
|
+
<relation type='instance'>
|
924
|
+
<bibitem type='standard'>
|
925
|
+
<fetched/>
|
926
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Latex, rubber</title>
|
927
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of total solids content</title>
|
928
|
+
<title type='main' format='text/plain' language='en' script='Latn'>Latex, rubber — Determination of total solids content</title>
|
929
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
930
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination des matières solides totales</title>
|
931
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>
|
932
|
+
Latex de caoutchouc — Détermination des
|
933
|
+
matières solides totales
|
934
|
+
</title>
|
935
|
+
<uri type='src'>https://www.iso.org/standard/61884.html</uri>
|
936
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:61884:en</uri>
|
937
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/06/18/61884.detail.rss</uri>
|
938
|
+
<docidentifier type='ISO'>ISO 124:2014</docidentifier>
|
939
|
+
<docidentifier type='URN'>urn:iso:std:iso:124:stage-90.93:ed-7:en,fr</docidentifier>
|
940
|
+
<docnumber>124</docnumber>
|
941
|
+
<date type='published'>
|
942
|
+
<on>2014-03</on>
|
943
|
+
</date>
|
944
|
+
<contributor>
|
945
|
+
<role type='publisher'/>
|
946
|
+
<organization>
|
947
|
+
<name>International Organization for Standardization</name>
|
948
|
+
<abbreviation>ISO</abbreviation>
|
949
|
+
<uri>www.iso.org</uri>
|
950
|
+
</organization>
|
951
|
+
</contributor>
|
952
|
+
<edition>7</edition>
|
953
|
+
<language>en</language>
|
954
|
+
<language>fr</language>
|
955
|
+
<script>Latn</script>
|
956
|
+
<abstract format='text/plain' language='en' script='Latn'>
|
957
|
+
ISO 124:2014 specifies methods for the determination of the total
|
958
|
+
solids content of natural rubber field and concentrated latices
|
959
|
+
and synthetic rubber latex. These methods are not necessarily
|
960
|
+
suitable for latex from natural sources other than the Hevea
|
961
|
+
brasiliensis, for vulcanized latex, for compounded latex, or for
|
962
|
+
artificial dispersions of rubber.
|
963
|
+
</abstract>
|
964
|
+
<abstract format='text/plain' language='fr' script='Latn'>
|
965
|
+
L’ISO 124:2014 spécifie des méthodes pour la
|
966
|
+
détermination des matières solides totales dans le latex
|
967
|
+
de plantation, le latex de concentré de caoutchouc naturel et
|
968
|
+
le latex de caoutchouc synthétique. Ces méthodes ne
|
969
|
+
conviennent pas nécessairement au latex d’origine
|
970
|
+
naturelle autre que celui de l’Hevea brasiliensis, au latex
|
971
|
+
vulcanisé, aux mélanges de latex, ou aux dispersions
|
972
|
+
artificielles de caoutchouc.
|
973
|
+
</abstract>
|
974
|
+
<status>
|
975
|
+
<stage>90</stage>
|
976
|
+
<substage>93</substage>
|
977
|
+
</status>
|
978
|
+
<copyright>
|
979
|
+
<from>2014</from>
|
980
|
+
<owner>
|
981
|
+
<organization>
|
982
|
+
<name>ISO</name>
|
983
|
+
</organization>
|
984
|
+
</owner>
|
985
|
+
</copyright>
|
986
|
+
<relation type='obsoletes'>
|
987
|
+
<bibitem type='standard'>
|
988
|
+
<formattedref format='text/plain'>ISO 124:2011</formattedref>
|
989
|
+
</bibitem>
|
990
|
+
</relation>
|
991
|
+
<place>Geneva</place>
|
992
|
+
</bibitem>
|
993
|
+
</relation>
|
994
|
+
<place>Geneva</place>
|
995
|
+
</bibitem>
|
996
|
+
</relation>
|
997
|
+
<relation type='obsoletes'>
|
998
|
+
<description>replaces</description>
|
999
|
+
<bibitem>
|
1000
|
+
<title>--</title>
|
1001
|
+
<docidentifier>ABC 5</docidentifier>
|
1002
|
+
</bibitem>
|
1003
|
+
</relation>
|
1004
|
+
<relation type='obsoletes'>
|
1005
|
+
<description>supersedes</description>
|
1006
|
+
<bibitem>
|
1007
|
+
<title>--</title>
|
1008
|
+
<docidentifier>ABC 6</docidentifier>
|
1009
|
+
</bibitem>
|
1010
|
+
</relation>
|
1011
|
+
<relation type='updates'>
|
1012
|
+
<description>corrects</description>
|
1013
|
+
<bibitem>
|
1014
|
+
<title>--</title>
|
1015
|
+
<docidentifier>ABC 7</docidentifier>
|
1016
|
+
</bibitem>
|
1017
|
+
</relation>
|
1018
|
+
<relation type='isCitedIn'>
|
1019
|
+
<description>informatively cited in</description>
|
1020
|
+
<bibitem>
|
1021
|
+
<title>--</title>
|
1022
|
+
<docidentifier>ABC 8</docidentifier>
|
1023
|
+
</bibitem>
|
1024
|
+
</relation>
|
1025
|
+
<relation type='cites'>
|
1026
|
+
<description>informatively cites</description>
|
1027
|
+
<bibitem>
|
1028
|
+
<title>--</title>
|
1029
|
+
<docidentifier>ABC 9</docidentifier>
|
1030
|
+
</bibitem>
|
1031
|
+
</relation>
|
1032
|
+
<relation type='cites'>
|
1033
|
+
<description>normatively cites</description>
|
1034
|
+
<bibitem>
|
1035
|
+
<title>--</title>
|
1036
|
+
<docidentifier>ABC 11</docidentifier>
|
1037
|
+
</bibitem>
|
1038
|
+
</relation>
|
1039
|
+
<relation type='adoptedFrom'>
|
1040
|
+
<description>identical adopted from</description>
|
1041
|
+
<bibitem>
|
1042
|
+
<title>--</title>
|
1043
|
+
<docidentifier>ABC 12</docidentifier>
|
1044
|
+
</bibitem>
|
1045
|
+
</relation>
|
1046
|
+
<relation type='adoptedFrom'>
|
1047
|
+
<description>modified adopted from</description>
|
1048
|
+
<bibitem>
|
1049
|
+
<title>--</title>
|
1050
|
+
<docidentifier>ABC 13</docidentifier>
|
1051
|
+
</bibitem>
|
1052
|
+
</relation>
|
1053
|
+
<relation type='related'>
|
1054
|
+
<description>related directive</description>
|
1055
|
+
<bibitem>
|
1056
|
+
<title>--</title>
|
1057
|
+
<docidentifier>ABC 14</docidentifier>
|
1058
|
+
</bibitem>
|
1059
|
+
</relation>
|
1060
|
+
<relation type='related'>
|
1061
|
+
<description>related mandate</description>
|
1062
|
+
<bibitem>
|
1063
|
+
<title>--</title>
|
1064
|
+
<docidentifier>ABC 15</docidentifier>
|
1065
|
+
</bibitem>
|
1066
|
+
</relation>
|
1067
|
+
<ext>
|
1068
|
+
<doctype>article</doctype>
|
1069
|
+
<editorialgroup>
|
1070
|
+
<technical-committee/>
|
1071
|
+
<subcommittee/>
|
1072
|
+
<workgroup/>
|
1073
|
+
</editorialgroup>
|
1074
|
+
<stagename>International standard</stagename>
|
1075
|
+
</ext>
|
1076
|
+
</bibdata>
|
1077
|
+
<sections> </sections>
|
1078
|
+
</iso-standard>
|
1227
1079
|
OUTPUT
|
1228
1080
|
end
|
1229
1081
|
end
|