Purpose | This element specifies whether the corresponding doctype is stored in a compressed or uncompressed format. |
Parent element | tsd:physical |
Child elements | None |
Attributes | None |
Type |
xs:NMTOKEN .
|
Restrictions |
The
|
This example shows the use of the tsd:compress
element to
set compression to "always":
<tsd:schemaInfo name = "Telephone"> <tsd:collection name = "CustomerData"></tsd:collection> <tsd:doctype name = "Telephone"> <tsd:logical> . . . </tsd:logical> <tsd:physical> <tsd:compress>always</tsd:compress> </tsd:physical> </tsd:doctype> </tsd:schemaInfo>