Skip to content

Latest commit

 

History

History
91 lines (56 loc) · 2.59 KB

documentcoverbacksource.md

File metadata and controls

91 lines (56 loc) · 2.59 KB
description ms.assetid title ms.topic ms.date
Learn about the DocumentCoverBackSource element, which specifies the source for a custom back-cover sheet.
43a0c881-75cc-4fbc-a0c3-b3eab9dfe4df
DocumentCoverBackSource
article
05/31/2018

DocumentCoverBackSource

This topic is not current. For the most current information, see the Print Schema Specification.

Specifies the source for a custom back-cover sheet.

Element Information

Name Value
Element Type
ParameterDef
Scoping Prefix
Document
Notes
Linked to DocumentCoverBack element

Structure Content

The XML structure of this element is:

<psf:ParameterDef name="psk:DocumentCoverBackSource">
  <psf:Property name="psf:DataType">
    <psf:Value xsi:type="xs:string">xs:string</psf:Value>
  </psf:Property>
  <psf:Property name="psf:DefaultValue">
    <psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
  </psf:Property>
  <psf:Property name="psf:MaxLength">
    <psf:Value xsi:type="xs:integer ">_Undefined_</psf:Value>
  </psf:Property>
  <psf:Property name="psf:MinLength">
    <psf:Value xsi:type="xs:integer ">1</psf:Value>
  </psf:Property>
  <psf:Property name="psf:Mandatory">
    <psf:Value xsi:type="xs:string">psk:Conditional</psf:Value>
  </psf:Property>
  <psf:Property name="psf:UnitType">
    <psf:Value xsi:type="xs:string">characters</psf:Value>
  </psf:Property>
</psf:ParameterDef>      

Structure Properties

The following table outlines the characteristics of the variables defined in the XML structure.

Property xsi:type Value
DataType
string
xs:string
DefaultValue
string
undefined
MaxLength
integer
undefined
MinLength
integer
1
Mandatory
string
psk:Conditional
UnitType
string
characters

Related topics

Print Schema Specification