PwgSmRev1-185 - FaxOutDocumentDescriptionCapabilitiesType

complexType FaxOutDocumentDescriptionCapabilitiesType
diagram PwgSmRev1-185_p2077.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 DocumentNameSupplied DocumentUri Impressions KOctets MediaSheets PageOrderReceived
used by
element FaxOutDocumentTicketCapabilitiesType/FaxOutDocumentDescriptionCapabilities
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xs:complexType name="FaxOutDocumentDescriptionCapabilitiesType">
 
<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="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 FaxOutDocumentDescriptionCapabilitiesType/CompressionSupplied
diagram PwgSmRev1-185_p2078.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 FaxOutDocumentDescriptionCapabilitiesType/CompressionSupplied/AllowedValue
diagram PwgSmRev1-185_p2079.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentCharsetSupplied
diagram PwgSmRev1-185_p2080.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentCharsetSupplied/AllowedValue
diagram PwgSmRev1-185_p2081.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentDigitalSignatureSupplied
diagram PwgSmRev1-185_p2082.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentDigitalSignatureSupplied/AllowedValue
diagram PwgSmRev1-185_p2083.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentFormatDetailsSupplied
diagram PwgSmRev1-185_p2084.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentFormatDetailsSupplied/AllowedValue
diagram PwgSmRev1-185_p2085.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentFormatSupplied
diagram PwgSmRev1-185_p2086.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentFormatSupplied/AllowedValue
diagram PwgSmRev1-185_p2087.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentFormatVersionSupplied
diagram PwgSmRev1-185_p2088.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentMessageSupplied
diagram PwgSmRev1-185_p2089.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentNameSupplied
diagram PwgSmRev1-185_p2090.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 FaxOutDocumentDescriptionCapabilitiesType/DocumentUri
diagram PwgSmRev1-185_p2091.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 FaxOutDocumentDescriptionCapabilitiesType/Impressions
diagram PwgSmRev1-185_p2092.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 FaxOutDocumentDescriptionCapabilitiesType/KOctets
diagram PwgSmRev1-185_p2093.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 FaxOutDocumentDescriptionCapabilitiesType/MediaSheets
diagram PwgSmRev1-185_p2094.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 FaxOutDocumentDescriptionCapabilitiesType/PageOrderReceived
diagram PwgSmRev1-185_p2095.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 FaxOutDocumentDescriptionCapabilitiesType/PageOrderReceived/AllowedValue
diagram PwgSmRev1-185_p2096.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