2.2.5.29 wscn:DocumentFormatWKVType

The wscn:DocumentFormatWKVType type defines an enumerated list of built-in type xs:NMTOKEN (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]) that represent the predefined (or well-known) values of a scan documents format.

 <xs:simpleType name="DocumentFormatWKVType">
    <xs:restriction base="xs:NMTOKEN">
       <xs:maxLength value="255"/>
       <xs:enumeration value="dib"/>
       <xs:enumeration value="exif"/>
       <xs:enumeration value="jbig"/>
       <xs:enumeration value="jfif"/>
       <xs:enumeration value="jpeg2k"/>
       <xs:enumeration value="pdf-a"/>
       <xs:enumeration value="png"/>
       <xs:enumeration value="tiff-single-uncompressed"/>
       <xs:enumeration value="tiff-single-g4"/>
       <xs:enumeration value="tiff-single-g3mh"/>
       <xs:enumeration value="tiff-single-jpeg-tn2"/>
       <xs:enumeration value="tiff-multi-uncompressed"/>
       <xs:enumeration value="tiff-multi-g4"/>
       <xs:enumeration value="tiff-multi-g3mh"/>
       <xs:enumeration value="tiff-multi-jpeg-tn2"/>
       <xs:enumeration value="xps"/>
    </xs:restriction>
 </xs:simpleType>

Value

Description

Dib

Windows Device Independent Bitmap

Exif

Exchangeable Image File Format Version 2.x

Jbig

ISO/IEC 11544:1993 Standard - Coded representation of picture and audio information -- Progressive bi-level image compression

jpeg2k

JPEG 2000 standards based file format and compression

pdf-a

PDF/A format: Standard based on ISO/CD 19005-1

Png

Portable Networks Graphics (PNG) format. This format supports only PNG compression type

tiff-single-uncompressed

Single-page TIFF file with no compression type

tiff-single-g4

Single-page TIFF file with g4 compression type

tiff-single-g3mh

Single-page TIFF file with g3mh compression type

tiff-multi-uncompressed

Multiple-page TIFF file with no compression type

tiff-multi-g4

Multiple-page TIFF file with g4 compression type

tiff-multi-g3mh

Multiple page TIFF file with g3mh compression type

Xps

XML Paper Specification