Schema Central > CALS > soextblx.xsd > entry
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

entry

Identifies an entry in a row.

Default values for colsep, rowsep, valign, align, char, and charoff may come from like-named attributes from the nearest element identified as influencing this entry. The values may come from table, tgroup, colspec (defining namest or colname), tbody, or row. Note that colspec is not strictly in the element lineage.

The char and charoff attributes are allowed on colspec as well as on entry. While an implementation should accept these attributes on either of these elements upon input, it may produce logically equivalent output that nevertheless differs with respect to these attributes and still be considered in compliance with the semantics of this Memorandum. A table with one or more entrys with values of either char or charoff that differ from the value for the same attribute on any other entry in that logical column or from a colspec that logically contains the entry(s) does not conform to the model defined in this Memorandum. It is left up to the implementation receiving such a table to determine how it should be handled. It is recommended that an authoring or editing implementation or any implementation that verifies the compliance of the table markup to this Memorandum offer the option of producing a warning message when it encounters such markup.

An entry gets its defaults from its starting column. A row has no explicit entry in any column into which a vertical straddle occurs because of a morerows attribute on an entry from a prior row. A spanning entry has no explicit repeated entrys in the columns to the right of the column identified by namest. An entry without specific starting column (a namest attribute) cannot span, and falls in the next non-straddled and non-spanned column.

Element information

Namespace: None

Schema document: soextblx.xsd

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
colname [0..1]xsd:NMTOKEN
namest [0..1]xsd:NMTOKEN
nameend [0..1]xsd:NMTOKEN
morerows [0..1]xsd:integer
colsep [0..1]yesorno
rowsep [0..1]yesorno
align [0..1]Anonymous
char [0..1]xsd:string
charoff [0..1]xsd:integer
valign [0..1]Anonymous

Used in

Sample instance

<entry namest="c1" nameend="c2" align="center">Horizontal Span</entry>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com