<preformat>

Preformatted Text

Used for preformatted text, such as computer code, in which whitespace (such as tabs, line feeds, and spaces) should be preserved

Attributes

xml:lang Language
xml:space Space

Expanded Content Model

(#PCDATA | ext-link | related-article | inline-supplementary-material | attrib | permissions | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | alternatives | inline-graphic | mml:math | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<abstract>, <ack>, <alternatives>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <chem-struct>, <chem-struct-wrap>, <disp-formula>, <disp-quote>, <fig>, <floats-group>, <license-p>, <named-content>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <supplementary-material>, <table-wrap>, <term>, <trans-abstract>

Presentation Information

This element’s content typically should always be displayed or printed in a monofont to preserve character alignment.

Example

...
<p align="left">
<preformat xml:space="preserve">
TITLE: Input for the CTC(M-1) Model Depicted in Figure 4
Yijk (i: indicator, j: trait; k: method): observed variables
T1jk: latent trait variables
M1jk: latent method factors

DATA: FILE IS ; "C:\elnt-data.dat";
                TYPE IS Individual;

VARIABLE:
NAMES ARE 		y111 y211 y311 y121 y221 y321 y131 y231 y331
					y112 y212 y312 y122 y222 y322 y132 y232 y332
y113 y213 y313 y123 y223 y323 y133 y233 y333;
ANALYSIS:
 TYPE IS General;
 ESTIMATOR IS ML;
 ITERATIONS = 500;
 CONVERGENCE = 0.000050;
 H1ITERATIONS = 500;
 H1CONVERGENCE = 0.000100;

MODEL:

...
OUTPUT: standardized;</preformat>
</p>
...

Module

display3.ent