PwgPrintJobTicket_v1.0 - PrintDocumentDescriptionCapabilitiesType

complexType PrintDocumentDescriptionCapabilitiesType
diagram PwgPrintJobTicket_v1.0_p99.png
namespace http://www.pwg.org/schemas/2012/8/sm
type extension of ImagingDocumentDescriptionCapabilitiesType
properties
base ImagingDocumentDescriptionCapabilitiesType
children DocumentDigitalSignature DocumentMessage DocumentName DocumentNaturalLanguage DocumentPages LastDocument CompressionSupplied DocumentCharsetSupplied DocumentDigitalSignatureSupplied DocumentFormatDetailsSupplied DocumentFormatSupplied DocumentFormatVersionSupplied DocumentMessageSupplied DocumentMetadata DocumentNameSupplied DocumentUri Impressions KOctets MediaSheets PageOrderReceived
used by
element PrintDocumentDescriptionCapabilities
attributes
Name  Type  Use  Default  Fixed  annotation
source <xs:complexType name="PrintDocumentDescriptionCapabilitiesType">
 
<xs:complexContent>
   
<xs:extension base="ImagingDocumentDescriptionCapabilitiesType">
     
<xs:sequence>
       
<xs:element name="CompressionSupplied" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" type="CompressionType" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="DocumentCharsetSupplied" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" type="CharsetType" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="DocumentDigitalSignatureSupplied" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" type="DocumentDigitalSignatureType" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="DocumentFormatDetailsSupplied" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" type="DocumentFormatDetailsType" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="DocumentFormatSupplied" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" type="DocumentFormatType" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="DocumentFormatVersionSupplied" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="DocumentMessageSupplied" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="DocumentMetadata" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="DocumentNameSupplied" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="DocumentUri" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="Impressions" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="KOctets" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="MediaSheets" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="PageOrderReceived" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" type="PageOrderReceivedType" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
 
<!-- PrintDocumentDescription - group -->
</xs:complexType>

element PrintDocumentDescriptionCapabilitiesType/CompressionSupplied
diagram PwgPrintJobTicket_v1.0_p100.png
namespace http://www.pwg.org/schemas/2012/8/sm
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
element ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="CompressionSupplied" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="CompressionType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PrintDocumentDescriptionCapabilitiesType/CompressionSupplied/AllowedValue
diagram PwgPrintJobTicket_v1.0_p101.png
namespace http://www.pwg.org/schemas/2012/8/sm
type CompressionType
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="CompressionType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentCharsetSupplied
diagram PwgPrintJobTicket_v1.0_p102.png
namespace http://www.pwg.org/schemas/2012/8/sm
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="DocumentCharsetSupplied" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="CharsetType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PrintDocumentDescriptionCapabilitiesType/DocumentCharsetSupplied/AllowedValue
diagram PwgPrintJobTicket_v1.0_p103.png
namespace http://www.pwg.org/schemas/2012/8/sm
type CharsetType
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="CharsetType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentDigitalSignatureSupplied
diagram PwgPrintJobTicket_v1.0_p104.png
namespace http://www.pwg.org/schemas/2012/8/sm
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexType PrintJobDescriptionType
source <xs:element name="DocumentDigitalSignatureSupplied" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="DocumentDigitalSignatureType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PrintDocumentDescriptionCapabilitiesType/DocumentDigitalSignatureSupplied/AllowedValue
diagram PwgPrintJobTicket_v1.0_p105.png
namespace http://www.pwg.org/schemas/2012/8/sm
type DocumentDigitalSignatureType
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="DocumentDigitalSignatureType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentFormatDetailsSupplied
diagram PwgPrintJobTicket_v1.0_p106.png
namespace http://www.pwg.org/schemas/2012/8/sm
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="DocumentFormatDetailsSupplied" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="DocumentFormatDetailsType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PrintDocumentDescriptionCapabilitiesType/DocumentFormatDetailsSupplied/AllowedValue
diagram PwgPrintJobTicket_v1.0_p107.png
namespace http://www.pwg.org/schemas/2012/8/sm
type DocumentFormatDetailsType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children DocumentFormat DocumentFormatDeviceId DocumentFormatVersion DocumentNaturalLanguage DocumentSourceApplicationName DocumentSourceApplicationVersion DocumentSourceOsName DocumentSourceOsVersion
attributes
Name  Type  Use  Default  Fixed  annotation
source <xs:element name="AllowedValue" type="DocumentFormatDetailsType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentFormatSupplied
diagram PwgPrintJobTicket_v1.0_p108.png
namespace http://www.pwg.org/schemas/2012/8/sm
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="DocumentFormatSupplied" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="DocumentFormatType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PrintDocumentDescriptionCapabilitiesType/DocumentFormatSupplied/AllowedValue
diagram PwgPrintJobTicket_v1.0_p109.png
namespace http://www.pwg.org/schemas/2012/8/sm
type DocumentFormatType
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="DocumentFormatType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentFormatVersionSupplied
diagram PwgPrintJobTicket_v1.0_p110.png
namespace http://www.pwg.org/schemas/2012/8/sm
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="DocumentFormatVersionSupplied" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentMessageSupplied
diagram PwgPrintJobTicket_v1.0_p111.png
namespace http://www.pwg.org/schemas/2012/8/sm
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexType PrintJobDescriptionType
source <xs:element name="DocumentMessageSupplied" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentMetadata
diagram PwgPrintJobTicket_v1.0_p112.png
namespace http://www.pwg.org/schemas/2012/8/sm
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
used by
complexTypes ImagingDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="DocumentMetadata" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentNameSupplied
diagram PwgPrintJobTicket_v1.0_p113.png
namespace http://www.pwg.org/schemas/2012/8/sm
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexType PrintJobDescriptionType
source <xs:element name="DocumentNameSupplied" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentUri
diagram PwgPrintJobTicket_v1.0_p114.png
namespace http://www.pwg.org/schemas/2012/8/sm
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes ImagingDocumentStatusType PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="DocumentUri" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/Impressions
diagram PwgPrintJobTicket_v1.0_p115.png
namespace http://www.pwg.org/schemas/2012/8/sm
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="Impressions" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/KOctets
diagram PwgPrintJobTicket_v1.0_p116.png
namespace http://www.pwg.org/schemas/2012/8/sm
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
used by
element ServiceSpecificDocumentDescription
complexTypes ImagingJobDescriptionSetType ImagingJobDescriptionType PrintDocumentDescriptionType
source <xs:element name="KOctets" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/MediaSheets
diagram PwgPrintJobTicket_v1.0_p117.png
namespace http://www.pwg.org/schemas/2012/8/sm
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="MediaSheets" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/PageOrderReceived
diagram PwgPrintJobTicket_v1.0_p118.png
namespace http://www.pwg.org/schemas/2012/8/sm
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="PageOrderReceived" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="PageOrderReceivedType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PrintDocumentDescriptionCapabilitiesType/PageOrderReceived/AllowedValue
diagram PwgPrintJobTicket_v1.0_p119.png
namespace http://www.pwg.org/schemas/2012/8/sm
type PageOrderReceivedType
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="PageOrderReceivedType" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy