<envPart> |
Contains the information on one side of the envelope. |
Attributes |
In addition to global attributes:
|
side |
Describes which side of the envelope features the data described. |
|
Datatype: (front | back | postcard)
|
|
Legal values are:
front |
the data appears at the front side of the envelope |
back |
the data appears at the back side of the envelope |
postcard |
the data appears on a one-sided postcard envelope |
|
|
Default: #IMPLIED
|
|
Example |
<envPart side="front">
<address type="receiver">
<addrLine>Stijn Streuvels</addrLine>
<addrLine>Lijsternest</addrLine>
<addrLine>Ingooigem</addrLine>
</address>
<postmark>
<placeName>Tielt</placeName>
<date value="1924-10-24">24.10.'24</date>
</postmark>
<div>
<p>Dank u, postbode!</p>
</div>
</envPart>
|
Content |
Must contain at least one of the child elements. |
Parents |
envelope |
Children |
add addSpan address alt altGrp anchor cb deco delSpan div figure fw gap index interp interpGrp join joinGrp layerEnd layerStart
lb link linkGrp milestone note paraph pb postmark print seg timeline |
Declaration |
<!ELEMENT envPart %om.RR;
(address | postmark | div | %m.Incl;)+>
<!ATTLIST envPart
%a.global;
side (front | back | postcard) #IMPLIED>
|
See further |
5.1. The envelope: <envelope> |