14
X 4156 : 2005 (ISO/IEC 15445 : 2000)
<!ELEMENT TABLE -- (CAPTION・, (COL*|COLGROUP*),
THEAD・, TFOOT・, TBODY+) >
<!ELEMENT CAPTION -- (%text;)+ >
<!ELEMENT (THEAD,TFOOT,TBODY) - O (TR)+ >
<!ELEMENT COL -O EMPTY >
<!ELEMENT COLGROUP -O (COL)* >
<!ELEMENT TR -O (TH-TD)+ >
<!ELEMENT (TH-TD) -O %table.content; >
<!ELEMENT (%logical.styles;|%physical.styles;)
- - (%text;)+ >
<!ELEMENT A -- (%text;)* -(A) >
<!ELEMENT IMG -O EMPTY >
<!ELEMENT OBJECT -- (PARAM | %section.content;)* >
<!ELEMENT PARAM -O EMPTY >
<!ELEMENT BR -O EMPTY >
<!-- Authors should use the block-level content of the <MAP> element when
creating accessible documents. Each region should be specified using
an <A> element to define its associated link and shape. User agents
should render the block-level content of a <MAP> element. -->
<!ELEMENT MAP -- ((%block;)|AREA)+ >
<!ELEMENT AREA -O EMPTY >
<!ELEMENT SPAN -- (%text;)+ >
<!ELEMENT (DEL-INS) -- (%text;)+ >
<!ELEMENT BDO -- (%text;)+ >
<!-- Part 3 - Attribute definition lists -->
<!-- ELEMENTS
NAME VALUE DEFAULT -->
<!ATTLIST A
--Case shall not be taken into account when determining a match
between an ID value and a NAME value, between an ID value and
an HREF value or between a NAME value and an HREF value.
Comparisons should be made with the values folded to upper case.
The NAME attribute value specification shall be processed as if the
declared value were NAME.
It is recommended that authors of HTML documents specify both ID
and NAME attributes, and use values restricted to the 40 characters
"ABCDEFGHIJKLMNOPQRSTUVWXYZ.-:0123456789". When both attributes
are specified, they shall have identical values.
COORDS shall not be specified if SHAPE has the value default'.
--
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
ACCESSKEY CDATA #IMPLIED-Accessibility key character --
CHARSET CDATA #IMPLIED-Character encoding as per RFC2045 --
COORDS CDATA #IMPLIED-Comma separated list of values --
HREF %URI; #IMPLIED-Source anchor is URI of target --
HREFLANG NAME #IMPLIED-Language code of resource --
NAME CDATA #IMPLIED-Target anchor --
REL CDATA #IMPLIED-Forward link types --
REV CDATA #IMPLIED-Reverse link types --
――――― [JIS X 4156 pdf 16] ―――――
15
X 4156 : 2005 (ISO/IEC 15445 : 2000)
SHAPE %shape; rect-Control interpretation of coords --
TABINDEX NUMBER #IMPLIED-Position in tabbing order --
TYPE CDATA #IMPLIED-Advisory content type -->
<!ATTLIST ADDRESS
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST AREA
--One of HREF or NOHREF shall be specified.
COORDS shall not be specified if SHAPE has the value default'.
Authors are very strongly recommended to provide meaningful ALT
attributes to support interoperability with speech-based or text-only
agents. The language and direction of the text provided by the ALT
attribute are defined by the containing elements.
--
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
ACCESSKEY CDATA #IMPLIED-Accessibility key character --
ALT CDATA #REQUIRED-Description for text-only UAs --
COORDS CDATA #IMPLIED-Comma separated list of values --
HREF %URI; #IMPLIED-This region acts as hypertext link --
NOHREF (nohref) #IMPLIED-This region has no action --
SHAPE %shape; rect-Control interpretation of coords --
TABINDEX NUMBER #IMPLIED-Position in tabbing order -->
<!ATTLIST BDO
%core; -- Element CLASS, ID and TITLE --
DIR (ltr-rtl) #REQUIRED-Direction of writing --
LANG NAME #IMPLIED-RFC1766 language value -->
<!ATTLIST BLOCKQUOTE
--The contents of the <BLOCKQUOTE> element shall not be surrounded with
quotation marks. These may be added by the user agent through the use
of a style sheet.
--
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
CITE %URI; #IMPLIED-URI for source document or message -->
<!ATTLIST BODY
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST BR
%core; -- Element CLASS, ID and TITLE -->
<!ATTLIST BUTTON
--The <BUTTON> element shall not contain the <A>, <BUTTON>, <FIELDSET>,
<FORM>, <INPUT>, <LABEL>, <SELECT> or <TEXTAREA> elements.
If the <BUTTON> element contains an <IMG> element, the <IMG> shall not
have an ISMAP or USEMAP attribute.
――――― [JIS X 4156 pdf 17] ―――――
16
X 4156 : 2005 (ISO/IEC 15445 : 2000)
The TYPE attribute shall be provided, and when the TYPE is
specified as submit', the NAME and VALUE attributes shall be provided.
The NAME attribute is required if the TYPE attribute has the value
submit'.
If the TYPE attribute has value reset', and the <BUTTON> is contained
in a <FIELDSET>, the reset action is limited to the contents of the
<FIELDSET>.
The VALUE attribute is required if the TYPE attribute has the value
submit' and specifies the value to be returned if the button
is selected.
The <BUTTON> element should be used only in the content of a <FORM>
element.
--
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
ACCESSKEY CDATA #IMPLIED-Accessibility key character --
DISABLED (disabled) #IMPLIED-Control unavailable in this context --
NAME CDATA #IMPLIED-Required for all except submit, reset --
TABINDEX NUMBER #IMPLIED-Position in tabbing order --
TYPE (submit-reset) submit-For use as form submit/reset button --
VALUE CDATA #IMPLIED-Passed to server when submitted -->
<!ATTLIST CAPTION
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST COL
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
SPAN NUMBER 1 -- Number of cols spanned -->
<!ATTLIST COLGROUP
--The SPAN attribute should only be used if the <COLGROUP> element
has no content.
--
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
SPAN NUMBER 1 -- Number of cols spanned by group -->
<!ATTLIST DD
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST DEL
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
CITE %URI; #IMPLIED-Information on reason for change --
DATETIME CDATA #IMPLIED-When changed, subset of ISO/IEC 8601 -->
<!ATTLIST DIV
――――― [JIS X 4156 pdf 18] ―――――
17
X 4156 : 2005 (ISO/IEC 15445 : 2000)
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST DL
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST DT
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST FIELDSET
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST FORM
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
ACCEPT CDATA #IMPLIED-List of MIME types for file upload --
ACCEPT-CHARSET CDATA #IMPLIED-List of supported char sets --
ACTION %URI; #REQUIRED-Server-side form handler --
ENCTYPE %Content-Type; "application/x-www-form-urlencoded"
METHOD %HTTP-Method; get-See HTTP specification -->
<!ATTLIST HEAD
%i18n; -- Internationalization DIR and LANG --
PROFILE %URI; #IMPLIED-Named dictionary of meta info -->
<!ATTLIST HR
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST HTML
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST (H1 | H2 | H3 | H4 | H5 | H6)
--The <H1> element shall not be followed by an <H3>, <H4>, <H5> or
<H6> element without an intervening <H2> element.
The <H2> element shall not be followed by an <H4>, <H5> or <H6>
element without an intervening <H3> element.
The <H3> element shall not be followed by an <H5> or <H6> element
without an intervening <H4> element.
The <H4> element shall not be followed by an <H6> element without an
intervening <H5> element.
An <H2> element shall be preceded by an <H1> element.
An <H3> element shall be preceded by an <H2> element.
An <H4> element shall be preceded by an <H3> element.
An <H5> element shall be preceded by an <H4> element.
――――― [JIS X 4156 pdf 19] ―――――
18
X 4156 : 2005 (ISO/IEC 15445 : 2000)
An <H6> element shall be preceded by an <H5> element.
--
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG -->
<!ATTLIST IMG
--If the <IMG> element is contained in a <BUTTON> element, the <IMG>
shall not have an ISMAP or USEMAP attribute.
If the ISMAP attribute is present in an <IMG> element, that <IMG>
element shall be contained in an <A> element with an HREF attribute
present.
At most one of the attributes ISMAP and USEMAP may be provided.
--
%core; -- Element CLASS, ID and TITLE --
%i18n; -- Internationalization DIR and LANG --
ALT CDATA #REQUIRED-Text for text-only user agent --
ISMAP (ismap) #IMPLIED-Use server image map --
LONGDESC %URI; #IMPLIED-Extended description for text UA --
SRC %URI; #REQUIRED-URI of image to embed --
USEMAP %URI; #IMPLIED-Use client-side image map -->
<!ATTLIST INPUT
--If the attribute TYPE has the value checkbox', values shall be
provided for the NAME and VALUE attributes.
If the attribute TYPE has the value file', a value shall be
provided for the NAME attribute; HTML interpreting agents should
request user confirmation of any default file names that might
be suggested, and fields specifying files shall not be hidden.
If the attribute TYPE has the value hidden', values shall be
provided for the NAME and VALUE attributes.
If the attribute TYPE has the value password', a value shall be
provided for the NAME attribute.
If the attribute TYPE has the value radio', values shall be
provided for the the NAME and VALUE attributes. At all times,
one and only one of the radio buttons shall be checked.
Initially, if none of the <INPUT> elements in a set of radio
buttons specifies CHECKED, then the user agent shall mark the
first radio button of the set as checked.
If the attribute TYPE has the value submit', and a value is
specified for the VALUE attribute, then a value shall be provided
for the NAME attribute.
If the attribute TYPE has the value text', values shall be
provided for the NAME and VALUE attributes.
The MAXLENGTH and TABINDEX values shall be considered as integers
with any leading zeroes ignored.
――――― [JIS X 4156 pdf 20] ―――――
次のページ PDF 21
JIS X 4156:2005の引用国際規格 ISO 一覧
- ISO/IEC 15445:2000(IDT)
JIS X 4156:2005の国際規格 ICS 分類一覧
- 35 : 情報技術.事務機械 > 35.240 : 情報技術(IT)の応用 > 35.240.30 : 情報,ドキュメンテーション及び出版業務におけるITの応用
JIS X 4156:2005の関連規格と引用規格一覧
- 規格番号
- 規格名称
- JISX4155:1999
- ハイパメディア及び時間依存情報の構造化言語(HyTime)