relaton-w3c 1.9.3 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +2 -0
  3. data/README.adoc +2 -2
  4. data/data/reference.W3C.CR-rdf-schema.xml +16 -0
  5. data/data/reference.W3C.DSig-label.xml +32 -0
  6. data/data/reference.W3C.P3P-rdfschema.xml +26 -0
  7. data/data/reference.W3C.P3P.xml +38 -0
  8. data/data/reference.W3C.PICS-labels.xml +43 -0
  9. data/data/reference.W3C.PICS-rules.xml +38 -0
  10. data/data/reference.W3C.PICS-services.xml +37 -0
  11. data/data/reference.W3C.REC-RUBY.xml +22 -0
  12. data/data/reference.W3C.REC-XHTML.xml +12 -0
  13. data/data/reference.W3C.REC-rdf-syntax.xml +31 -0
  14. data/data/reference.W3C.REC-xml-1998.xml +20 -0
  15. data/data/reference.W3C.REC-xml-names.xml +28 -0
  16. data/data/reference.W3C.REC-xml.xml +35 -0
  17. data/data/reference.W3C.REC-xmlenc-core.xml +23 -0
  18. data/data/reference.W3C.REC-xmlschema-1.xml +23 -0
  19. data/data/reference.W3C.REC-xmlschema-2.xml +17 -0
  20. data/data/reference.W3C.daml-oil-reference.xml +39 -0
  21. data/data/reference.W3C.soap11.xml +56 -0
  22. data/data/reference.W3C.soap12-part1.xml +38 -0
  23. data/data/reference.W3C.soap12-part2.xml +38 -0
  24. data/data/reference.W3C.xkms.xml +50 -0
  25. data/data/reference.W3C.xml-c14n.xml +15 -0
  26. data/data/reference.W3C.xmldsig-core.xml +26 -0
  27. data/data/reference.W3C.xmlenc-core.xml +20 -0
  28. data/data/reference.W3C.xpath.xml +22 -0
  29. data/grammars/basicdoc.rng +26 -7
  30. data/grammars/biblio.rng +2 -2
  31. data/grammars/isodoc.rng +617 -89
  32. data/grammars/reqt.rng +34 -5
  33. data/lib/relaton_w3c/bibxml_parser.rb +17 -0
  34. data/lib/relaton_w3c/data_fethcer.rb +4 -0
  35. data/lib/relaton_w3c/version.rb +1 -1
  36. data/lib/relaton_w3c/w3c_bibliography.rb +6 -1
  37. data/lib/relaton_w3c.rb +1 -0
  38. data/relaton_w3c.gemspec +1 -1
  39. metadata +32 -6
@@ -0,0 +1,38 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.soap12-part2" target="http://www.w3.org/TR/soap12-part2">
3
+ <front>
4
+ <title>SOAP Version 1.2 Part 2: Adjuncts</title>
5
+ <author initials="M." surname="Gudgin" fullname="Martin Gudgin">
6
+ <organization>Developmentor</organization>
7
+ <address>
8
+ <email>marting@develop.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="M." surname="Hadley" fullname="Marc Hadley">
12
+ <organization>Sun Microsystems</organization>
13
+ <address>
14
+ <email>marc.hadley@sun.com</email>
15
+ </address>
16
+ </author>
17
+ <author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
18
+ <organization>IBM</organization>
19
+ <address>
20
+ <email>Noah_Mendelsohn@us.ibm.com</email>
21
+ </address>
22
+ </author>
23
+ <author initials="J." surname="Moreau" fullname="Jean-Jacques Moreau">
24
+ <organization>Canon</organization>
25
+ <address>
26
+ <email>moreau@crf.canon.fr</email>
27
+ </address>
28
+ </author>
29
+ <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
30
+ <organization>Microsoft</organization>
31
+ <address>
32
+ <email>henrikn@microsoft.com</email>
33
+ </address>
34
+ </author>
35
+ <date day="26" month="June" year="2002"/>
36
+ </front>
37
+ <seriesInfo value="soap12-part2" name="W3C Working Draft"/>
38
+ </reference>
@@ -0,0 +1,50 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xkms" target="http://www.w3.org/TR/xkms/">
3
+ <front>
4
+ <title>XML Key Management Specification (XKMS)</title>
5
+ <author initials="W." surname="Ford" fullname="Warwick Ford">
6
+ <organization>VeriSign</organization>
7
+ <address>
8
+ <email>wford@verisign.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="P." surname="Hallam-Baker" fullname="Phillip Hallam-Baker">
12
+ <organization>VeriSign</organization>
13
+ <address>
14
+ <email>pbaker@verisign.com</email>
15
+ </address>
16
+ </author>
17
+ <author initials="B." surname="Fox" fullname="Barbara Fox">
18
+ <organization>Microsoft</organization>
19
+ <address>
20
+ <email>bfox@EXCHANGE.MICROSOFT.com</email>
21
+ </address>
22
+ </author>
23
+ <author initials="B." surname="Dillaway" fullname="Blair Dillaway">
24
+ <organization>Microsoft</organization>
25
+ <address>
26
+ <email>blaird@microsoft.com</email>
27
+ </address>
28
+ </author>
29
+ <author initials="B." surname="LaMacchia" fullname="Brian LaMacchia">
30
+ <organization>Microsoft</organization>
31
+ <address>
32
+ <email>bal@microsoft.com</email>
33
+ </address>
34
+ </author>
35
+ <author initials="J." surname="Epstein" fullname="Jeremy Epstein">
36
+ <organization>webMethods</organization>
37
+ <address>
38
+ <email>jepstein@webmethods.com</email>
39
+ </address>
40
+ </author>
41
+ <author initials="J." surname="Lapp" fullname="Joe Lapp">
42
+ <organization>webMethods</organization>
43
+ <address>
44
+ <email>jlapp@webmethods.com</email>
45
+ </address>
46
+ </author>
47
+ <date day="30" month="March" year="2001"/>
48
+ </front>
49
+ <seriesInfo value="xkms" name="W3C Note"/>
50
+ </reference>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xml-c14n" target="http://www.w3.org/TR/xml-c14n">
3
+ <front>
4
+ <title>Canonical XML Version 1.0</title>
5
+ <author initials="J." surname="Boyer" fullname="John Boyer">
6
+ <organization>
7
+ </organization>
8
+ <address>
9
+ <email>jboyer@PureEdge.com</email>
10
+ </address>
11
+ </author>
12
+ <date day="15" month="March" year="2001"/>
13
+ </front>
14
+ <seriesInfo name="W3C Recommendation" value="xpath"/>
15
+ </reference>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xmldsig-core" target="http://www.w3.org/TR/xmldsig-core/">
3
+ <front>
4
+ <title>XML-Signature Syntax and Processing</title>
5
+ <author initials="D." surname="Eastlake" fullname="Donald Eastlake">
6
+ <organization>Motorola</organization>
7
+ <address>
8
+ <email>dee3@torque.pothole.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="J." surname="Reagle " fullname="Joseph Reagle ">
12
+ <organization>W3C</organization>
13
+ <address>
14
+ <email>reagle@w3.org</email>
15
+ </address>
16
+ </author>
17
+ <author initials="D." surname="Solo" fullname="David Solo">
18
+ <organization>Citigroup</organization>
19
+ <address>
20
+ <email>dsolo@alum.mit.edu</email>
21
+ </address>
22
+ </author>
23
+ <date day="6" month="October" year="2000"/>
24
+ </front>
25
+ <seriesInfo value="xmldsig-core" name="W3C Recommendation"/>
26
+ </reference>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xmlenc-core" target="http://www.w3.org/TR/xmlenc-core/">
3
+ <front>
4
+ <title>XML Encryption Syntax and Processing</title>
5
+ <author initials="D." surname="Eastlake" fullname="Donald Eastlake">
6
+ <organization>Motorola</organization>
7
+ <address>
8
+ <email>dee3@torque.pothole.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="J." surname="Reagle " fullname="Joseph Reagle ">
12
+ <organization>W3C</organization>
13
+ <address>
14
+ <email>reagle@w3.org</email>
15
+ </address>
16
+ </author>
17
+ <date day="2" month="August" year="2002"/>
18
+ </front>
19
+ <seriesInfo value="xmlenc-core" name="W3C Candidate Recommendation"/>
20
+ </reference>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xpath" target="http://www.w3.org/TR/xpath">
3
+ <front>
4
+ <title>XML Path Language (XPath) Version 1.0</title>
5
+ <author initials="J." surname="Clark" fullname="James Clark">
6
+ <organization>
7
+ </organization>
8
+ <address>
9
+ <email>jjc@jclark.com</email>
10
+ </address>
11
+ </author>
12
+ <author initials="S." surname="DeRose" fullname="Steve DeRose">
13
+ <organization>
14
+ </organization>
15
+ <address>
16
+ <email>Steven_DeRose@Brown.edu</email>
17
+ </address>
18
+ </author>
19
+ <date day="16" month="November" year="1999"/>
20
+ </front>
21
+ <seriesInfo name="W3C Recommendation" value="xpath"/>
22
+ </reference>
@@ -173,9 +173,11 @@
173
173
  <data type="dateTime"/>
174
174
  </attribute>
175
175
  </optional>
176
- <attribute name="from">
177
- <data type="IDREF"/>
178
- </attribute>
176
+ <optional>
177
+ <attribute name="from">
178
+ <data type="IDREF"/>
179
+ </attribute>
180
+ </optional>
179
181
  <optional>
180
182
  <attribute name="to">
181
183
  <data type="IDREF"/>
@@ -624,6 +626,9 @@
624
626
  <choice>
625
627
  <ref name="PureTextElement"/>
626
628
  <ref name="stem"/>
629
+ <ref name="eref"/>
630
+ <ref name="xref"/>
631
+ <ref name="hyperlink"/>
627
632
  </choice>
628
633
  </zeroOrMore>
629
634
  </element>
@@ -634,6 +639,9 @@
634
639
  <choice>
635
640
  <ref name="PureTextElement"/>
636
641
  <ref name="stem"/>
642
+ <ref name="eref"/>
643
+ <ref name="xref"/>
644
+ <ref name="hyperlink"/>
637
645
  </choice>
638
646
  </zeroOrMore>
639
647
  </element>
@@ -641,7 +649,12 @@
641
649
  <define name="tt">
642
650
  <element name="tt">
643
651
  <zeroOrMore>
644
- <ref name="PureTextElement"/>
652
+ <choice>
653
+ <ref name="PureTextElement"/>
654
+ <ref name="eref"/>
655
+ <ref name="xref"/>
656
+ <ref name="hyperlink"/>
657
+ </choice>
645
658
  </zeroOrMore>
646
659
  </element>
647
660
  </define>
@@ -822,7 +835,9 @@
822
835
  <attribute name="alt"/>
823
836
  </optional>
824
837
  <ref name="CitationType"/>
825
- <text/>
838
+ <oneOrMore>
839
+ <ref name="PureTextElement"/>
840
+ </oneOrMore>
826
841
  </define>
827
842
  <define name="hyperlink">
828
843
  <element name="link">
@@ -835,7 +850,9 @@
835
850
  <optional>
836
851
  <attribute name="alt"/>
837
852
  </optional>
838
- <text/>
853
+ <oneOrMore>
854
+ <ref name="PureTextElement"/>
855
+ </oneOrMore>
839
856
  </element>
840
857
  </define>
841
858
  <define name="xref">
@@ -849,7 +866,9 @@
849
866
  <optional>
850
867
  <attribute name="alt"/>
851
868
  </optional>
852
- <text/>
869
+ <oneOrMore>
870
+ <ref name="PureTextElement"/>
871
+ </oneOrMore>
853
872
  </element>
854
873
  </define>
855
874
  <define name="fn">
data/grammars/biblio.rng CHANGED
@@ -401,9 +401,9 @@
401
401
  <choice>
402
402
  <!-- iso191606 TODO -->
403
403
  <group>
404
- <oneOrMore>
404
+ <zeroOrMore>
405
405
  <ref name="street"/>
406
- </oneOrMore>
406
+ </zeroOrMore>
407
407
  <ref name="city"/>
408
408
  <optional>
409
409
  <ref name="state"/>