
| TITLE: | Summary of Voting on JTC 1/SC 34 N 874 - Text for DCOR ballot for ISO/IEC 19757-4 - Document Schema Definition Languages (DSDL) - Part 4: Namespace-based Validation Dispatching Language (NVDL) |
| SOURCE: | SC34 Secretariat |
| PROJECT: | IS 19757-4: Information technology - Document Schema Definition Languages (DSDL) - Part 4: Namespace-based Validation Dispatching Language |
| PROJECT EDITOR: | Dr. MURATA Makoto [FAMILY Given] |
| STATUS: | Summary of voting |
| ACTION: | Based on an insufficient response from the SC 34 participating membership, this ballot has automatically failed according to Directives 9.1.10 that states "if more than 50% of the P-members have not voted, the vote will have failed." Late votes are not counted and there are no extensions to the vote. |
| DATE: | 2007-10-07 |
| DISTRIBUTION: | SC34 and Liaisons |
| REFER TO: | N0874b - 2007-07-04 - Ballot due 2007-10-04 DCOR ISO/IEC 19757-4 - Document Schema Definition Languages (DSDL) - Part 4: Namespace-based
Validation Dispatching Language (NVDL) N0874 - 2007-07-04 - Text for DCOR ballot for ISO/IEC 19757-4 - Document Schema Definition Languages (DSDL) - Part 4: Namespace-based Validation Dispatching Language (NVDL) |
| REPLY TO: |
Dr. James David Mason (ISO/IEC JTC 1/SC 34 Secretariat - Standards Council of Canada) Crane Softwrights Ltd. Box 266, Kars, ON K0A-2E0 CANADA Telephone: +1 613 489-0999 Facsimile: +1 613 489-0995 Network: jtc1sc34@scc.ca http://www.jtc1sc34.org |
P-members to vote: 38
P-member votes cast (>50%): 15 (39.5%)
| P-Member | APPROVAL OF THE DRAFT AS PRESENTED | APPROVAL OF THE DRAFT WITH COMMENTS AS GIVEN ON THE ATTACHED | DISAPPROVAL OF THE DRAFT FOR REASONS ON THE ATTACHED | DISAPPROVAL (appropriate changes in the text will change vote to APPROVAL) | ABSTENTION (For Reasons Below) | NO RESPONSE |
|---|---|---|---|---|---|---|
| Bulgaria | X | |||||
| Brazil | X | |||||
| Canada | X | |||||
| Switzerland | X | |||||
| Côte-d'Ivoire | X | |||||
| Chile | X | |||||
| China | X | |||||
| Colombia | X | |||||
| Cyprus | X | |||||
| Czech Republic | X | |||||
| Germany | X | |||||
| Denmark | X | |||||
| Egypt | X | |||||
| Finland | X | |||||
| France | X | |||||
| India | X | |||||
| Italy | X | |||||
| Japan | X | |||||
| Kenya | X | |||||
| Korea, Republic of | X | |||||
| Kazakhstan | X | |||||
| Lebanon | X | |||||
| Sri Lanka | X | |||||
| Malta | X | |||||
| Netherlands | X | |||||
| Norway | X | |||||
| New Zealand | X | |||||
| Pakistan | X | |||||
| Poland | X | |||||
| Romania | X | |||||
| Sweden | X | |||||
| Thailand | X | |||||
| Turkey | X | |||||
| Trinidad and Tobago | X | |||||
| United Kingdom | X | |||||
| USA | X | |||||
| Venezuela | X | |||||
| South Africa | X |
Add the following note in 8.7.3:
Note: In the following script, there are two validate elements. Although they reference to the same schema, they are two different actions. Given a validation candidate for the namespace "http://www.example.com", PlanElem contains one pair for the first action and another for the second action. As a result, this validation candidate is validated twice.
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"> <namespace ns="http://www.example.com" match="elements"> <validate schema="foo.rng"/> <validate schema="foo.rng"/> </namespace> </rules>