ISO/IEC JTC 1/SC34 N156
ISO/IEC JTC 1/SC34/WG2 N37
ISO/IEC JTC 1/SC34/WG2
Information Technology --
Document Description and Processing Languages
-- Information Presentation
TITLE: | Proposed Technical Corrigendum 1 to ISO/IEC 10036:1996 |
SOURCE: | Defect Editor (Yushi Komachi) |
PROJECT: | JTC1.34.27.04 |
PROJECT EDITOR: | Yushi Komachi |
STATUS: | Proposed Technical Corrigendum |
ACTION: | |
DATE: | 2000-06-15 |
DISTRIBUTION: | SC34/WG2 and Liaisons |
REFER TO: | ISO/IEC 10036:1996 |
REPLY TO: | SC34/WG2 N31 (Requirements for TC to ISO/IEC 10036:1996) |
Proposed Technical Corrigendum 1 to ISO/IEC 10036:1996
Font information interchange - Procedures for registration of font-related
identifiers
Introduction
This technical corrigendum corrects registration forms in order to make online registration feasible.
C.1 Glyph registration request
The registration request form should be replaced with the following DTD:
<!-- SGML DTD for ISO/IEC 10036 Gryph Registration -->
<!-- (c) International Organization for Standardization 1991 Permission
to copy in any form is granted for use with comforming WebSGML
systems and applications as defined in ISO 8879:1986(WWW),
provided this notice is included in all copies. -->
<--
Gryph Registration Request Form DTD
Date: 16 June, 2000
-->
<!-- Public document type definition. Typical invocation:
<!DOCTYPE glyphrrf PUBLIC "ISO/IEC 10036:1996 TC:2000//DTD Glyph
Registration Request Form//EN"> -->
<!-- DTD for Glyph Registration -->
<!DOCTYPE glyphrrf [
<-- Registration Form -->
<!ELEMENT gryph_rr (requester, gryph_image, font*, attachment*)>
<-- Requester -->
<!ELEMENT requester (name, organ, addr1, addr2, tel, fax, email,
desc)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT organ (#PCDATA)>
<!ELEMENT addr1 (#PCDATA)>
<!ELEMENT addr2 (#PCDATA)>
<!ELEMENT tel (#PCDATA)>
<!ELEMENT fax (#PCDATA)>
<!ELEMENT email (#PCDATA)>
<!ELEMENT desc (#PCDATA)>
<-- Gryph Informations -->
<!ELEMENT gryph _image (shape_data, data_size, data_format)>
<!ELEMENT shape_data (IMG)>
<!ELEMENT IMG EMPTY>
<!ATTLIST IMG src CDATA #REQUIRED>
<!ELEMENT data_size (#PCDATA)>
<!ELEMENT data_format (#PCDATA)>
<-- Font Informations -->
<!ELEMENT font (font_data, (code_point, code_sys)*, (related_code,
code_sys)*)>
<!ELEMENT font_data EMPTY>
<!ATTLIST font_data src CDATA #REQUIRED>
<!ELEMENT code_point (#PCDATA)>
<!ELEMENT related_code (#PCDATA)>
<!ELEMENT code_sys (#PCDATA)>
<-- Attachment Informations -->
<!ELEMENT attachment (audio*, video*, related_URI*, aux*)>
<!ELEMENT audio ((audio_data, data_format) | related_URI)>
<!ELEMENT video ((video_data, data_format) | related_URI)>
<!ELEMENT related_URI (#PCDATA)>
<!ELEMENT aux (#PCDATA)>
<!ELEMENT audio_data EMPTY>
<!ATTLIST audio_data src CDATA #REQUIRED>
<!ELEMENT video_data EMPTY>
<!ATTLIST video_data src CDATA #REQUIRED>
]>
C.2 Glyph collection registration request
The registration request form should be replaced with the following DTD:
<!-- SGML DTD for ISO/IEC 10036 Gryph Collection Registration -->
<!-- (c) International Organization for Standardization 1991 Permission
to copy in any form is granted for use with comforming WebSGML
systems and applications as defined in ISO 8879:1986(WWW),
provided this notice is included in all copies. -->
<--
Gryph Collection Registration Request Form DTD
Date: 16 June, 2000
-->
<!-- Public document type definition. Typical invocation:
<!DOCTYPE glyphcrrf PUBLIC "ISO/IEC 10036:1996 TC:2000//DTD Glyph
Collection Registration Request Form//EN"> -->
<!-- DTD for Glyph Collection Registration -->
<!DOCTYPE glyphcrrf [
<-- Registration Form -->
<!ELEMENT gryph_crr (requester, gryph_IDs, font*, attachment* )>
<-- Requester -->
<!ELEMENT requester (name, organ, addr1, addr2, tel, fax, email,
desc)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT organ (#PCDATA)>
<!ELEMENT addr1 (#PCDATA)>
<!ELEMENT addr2 (#PCDATA)>
<!ELEMENT tel (#PCDATA)>
<!ELEMENT fax (#PCDATA)>
<!ELEMENT email (#PCDATA)>
<!ELEMENT desc (#PCDATA)>
<-- Gryph Collection Informations -->
<!ELEMENT gryph_IDs (#PCDATA)>
<-- Font Informations -->
<!ELEMENT font (font_data, (code_point, code_sys)*, (related_code,
code_sys)*)>
<!ELEMENT font_data EMPTY>
<!ATTLIST font_data src CDATA #REQUIRED>
<!ELEMENT code_point (#PCDATA)>
<!ELEMENT related_code (#PCDATA)>
<!ELEMENT code_sys (#PCDATA)>
<-- Attachment Informations -->
<!ELEMENT attachment (audio*, video*, related_URI*, aux*)>
<!ELEMENT audio ((audio_data, data_format) | related_URI)>
<!ELEMENT video ((video_data, data_format) | related_URI)>
<!ELEMENT related_URI (#PCDATA)>
<!ELEMENT aux (#PCDATA)>
<!ELEMENT audio_data EMPTY>
<!ATTLIST audio_data src CDATA #REQUIRED>
<!ELEMENT video_data EMPTY>
<!ATTLIST video_data src CDATA #REQUIRED>
]>
Annex A
The Registration Authority should be updated.