Upravit

Sdílet prostřednictvím


ContentTypeType Simple Type

Defines the type that defines valid values for the Type attribute of the Content element [Journal Reader].

<xs:simpleType name="ContentTypeType">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="Normal|Inert"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The ContentTypeType simple type is a string that is restricted by the following pattern:

  • Normal|Inert

Remarks

Valid values are "Normal" and "Inert".

If the type is "Inert", then the content contained is a Journal page that is the read-only/non-editable "background" for the document. This occurs when a document is created by using the Journal Note Writer printer driver.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported