Esempio di documento PrintTicket
Le parole chiave in questo esempio sono destinate solo all'illustrazione, anche se riflettono le parole chiave Dello schema di stampa per la produzione 3D. PrintTicket viene costruito in modo specifico per un dispositivo ipotetico rappresentato dall'esempio di documento PrintCapabilities.
<?xml version="1.0" encoding="UTF-8" ?>
<psf:PrintTicket
xmlns:psf="https://schemas.microsoft.com/windows/2003/08/printing/printschemaframework"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="https://www.w3.org/2001/XMLSchema" version="1"
xmlns:ns0000="https://schemas.microsoft.com/windows/printing/oemdriverpt/3dprinter"
xmlns:psk="https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords"
xmlns:psk3d="https://schemas.microsoft.com/3dmanufacturing/2013/01/pskeywords3d"
xmlns:vnd="https://foo">
<psf:ParameterInit name="vnd:Job3DAMap">
<psf:Value xsi:type="xsd:string">1:0</psf:Value>
</psf:ParameterInit>
<psf:ParameterInit name="vnd:Job3DBMap">
<psf:Value xsi:type="xsd:string">1:1</psf:Value>
</psf:ParameterInit>
<psf:Feature name="psk3d:Job3DSupports">
<psf:Option name="psk3d:SupportsIncluded" />
</psf:Feature>
<psf:ParameterInit name="psk3d:Job3DSupportsMaterial">
<psf:Value xsi:type="xsd:QName">vnd:B</psf:Value>
</psf:ParameterInit>
<psf:Feature name="psk3d:Job3DRaft">
<psf:Option name="psk3d:RaftIncluded" />
</psf:Feature>
<psf:ParameterInit name="psk3d:Job3DRaftMaterial">
<psf:Value xsi:type="xsd:QName">vnd:B</psf:Value>
</psf:ParameterInit>
<psf:Feature name="psk3d:Job3DQuality">
<psf:Option name="psk3d:Medium" />
</psf:Feature>
<psf:Feature name="psk3d:Job3DDensity">
<psf:Option name="psk3d:Low"/>
</psf:Feature>
</psf:PrintTicket>