PwgSmRev1-185 - PrintDocumentDescriptionCapabilitiesType

complexType PrintDocumentDescriptionCapabilitiesType
diagram PwgSmRev1-185_p3020.png
namespace http://www.pwg.org/schemas/2012/12/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 PwgSmRev1-185_p3021.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
element ServiceSpecificJobDescription
complexTypes FaxOutJobDescriptionType PrintDocumentDescriptionType PrintJobDescriptionType TransformDocumentDescriptionType
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 PwgSmRev1-185_p3022.png
namespace http://www.pwg.org/schemas/2012/12/sm
type CompressionType
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="CompressionType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentCharsetSupplied
diagram PwgSmRev1-185_p3023.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes FaxOutDocumentDescriptionType FaxOutJobDescriptionType PrintDocumentDescriptionType PrintJobDescriptionType TransformDocumentDescriptionType
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 PwgSmRev1-185_p3024.png
namespace http://www.pwg.org/schemas/2012/12/sm
type CharsetType
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="CharsetType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentDigitalSignatureSupplied
diagram PwgSmRev1-185_p3025.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes FaxOutDocumentDescriptionType FaxOutJobDescriptionType 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 PwgSmRev1-185_p3026.png
namespace http://www.pwg.org/schemas/2012/12/sm
type DocumentDigitalSignatureType
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="DocumentDigitalSignatureType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentFormatDetailsSupplied
diagram PwgSmRev1-185_p3027.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes FaxOutDocumentDescriptionType FaxOutJobDescriptionType PrintDocumentDescriptionType PrintJobDescriptionType TransformDocumentDescriptionType
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 PwgSmRev1-185_p3028.png
namespace http://www.pwg.org/schemas/2012/12/sm
type DocumentFormatDetailsType
properties
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 PwgSmRev1-185_p3029.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes FaxOutDocumentDescriptionType FaxOutJobDescriptionType PrintDocumentDescriptionType PrintJobDescriptionType TransformDocumentDescriptionType
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 PwgSmRev1-185_p3030.png
namespace http://www.pwg.org/schemas/2012/12/sm
type DocumentFormatType
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="DocumentFormatType" maxOccurs="unbounded"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentFormatVersionSupplied
diagram PwgSmRev1-185_p3031.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes FaxOutDocumentDescriptionType FaxOutJobDescriptionType PrintDocumentDescriptionType PrintJobDescriptionType TransformDocumentDescriptionType
source <xs:element name="DocumentFormatVersionSupplied" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentMessageSupplied
diagram PwgSmRev1-185_p3032.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes FaxOutDocumentDescriptionType FaxOutJobDescriptionType PrintJobDescriptionType
source <xs:element name="DocumentMessageSupplied" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentMetadata
diagram PwgSmRev1-185_p3033.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
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 PwgSmRev1-185_p3034.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes FaxOutDocumentDescriptionType FaxOutJobDescriptionType PrintJobDescriptionType
source <xs:element name="DocumentNameSupplied" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/DocumentUri
diagram PwgSmRev1-185_p3035.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes FetchPrintDocumentResponseType ImagingDocumentStatusType PrintDocumentDescriptionType PrintJobDescriptionType PrintUriRequestType SendFaxOutUriRequestType SendPrintUriRequestType SendTransformUriRequestType TransformDocumentDescriptionType
source <xs:element name="DocumentUri" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/Impressions
diagram PwgSmRev1-185_p3036.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes AvailablePrintJobSummaryType Counters ImagingSystemCountsType ImpressionCounters PrintCounts PrintDocumentDescriptionType PrintJobDescriptionType
source <xs:element name="Impressions" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/KOctets
diagram PwgSmRev1-185_p3037.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
element ServiceSpecificDocumentDescription
complexTypes AvailablePrintJobSummaryType ImagingJobDescriptionSetType ImagingJobDescriptionType PrintDocumentDescriptionType TransformDocumentDescriptionType
source <xs:element name="KOctets" type="xs:boolean" minOccurs="0"/>

element PrintDocumentDescriptionCapabilitiesType/MediaSheets
diagram PwgSmRev1-185_p3038.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
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 PwgSmRev1-185_p3039.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements ServiceSpecificDocumentDescription ServiceSpecificJobDescription
complexTypes PrintDocumentDescriptionType PrintJobDescriptionType TransformDocumentDescriptionType
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 PwgSmRev1-185_p3040.png
namespace http://www.pwg.org/schemas/2012/12/sm
type PageOrderReceivedType
properties
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