Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questo argomento non è aggiornato. Per le informazioni più aggiornate, vedere Print Schema Specification.
Descrive l'intervallo di output del documento nelle pagine. Il valore del parametro deve essere conforme alla struttura seguente:
PageRangeText: "PageRange" o "PageRange,PageRange"
PageRange: "PageNumber" o "PageNumber-PageNumber"
PageNumber: da 1 a N, dove N è il numero di pagine nel documento. Se PageNumber> N, PageNumber = N.
Gli spazi vuoti nella stringa devono essere ignorati.
Informazioni sugli elementi
| Nome | Valore |
|---|---|
| Tipo di elemento |
ParameterDef |
| Prefisso di ambito |
Documento |
| Note |
Nessuno |
Contenuto strutturale
La struttura XML di questo elemento è:
<psf:ParameterDef name="psk:DocumentPageRanges">
<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>
Proprietà struttura
Nella tabella seguente vengono descritte le caratteristiche delle variabili definite nella struttura XML.
| Proprietà | xsi:type | Valore |
|---|---|---|
| Datatype |
corda |
xs:string |
| DefaultValue |
corda |
indefinito |
| MaxLength |
numero intero |
indefinito |
| MinLength |
numero intero |
1 |
| Obbligatorio |
corda |
psk:Conditional |
| UnitType |
corda |
personaggi |