PwgSmRev1-185 - PrintServiceType

complexType PrintServiceType
diagram PwgSmRev1-185_p1786.png
namespace http://www.pwg.org/schemas/2012/12/sm
type extension of PrintServiceBaseType
properties
base PrintServiceBaseType
children PrintServiceCapabilities PrintServiceCapabilitiesReady PrintServiceConfiguration PrintServiceDefaults PrintServiceDescription PrintServiceStatus JobTable
used by
element PrintService
source <xs:complexType name="PrintServiceType">
 
<xs:complexContent>
   
<xs:extension base="PrintServiceBaseType">
     
<xs:sequence>
       
<xs:element name="JobTable">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="ActiveJobs" type="PrintJobsType"/>
             
<xs:element name="JobHistory" type="PrintJobsType" minOccurs="0"/>
             
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element PrintServiceType/JobTable
diagram PwgSmRev1-185_p1787.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
content complex
children ActiveJobs JobHistory
source <xs:element name="JobTable">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ActiveJobs" type="PrintJobsType"/>
     
<xs:element name="JobHistory" type="PrintJobsType" minOccurs="0"/>
     
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PrintServiceType/JobTable/ActiveJobs
diagram PwgSmRev1-185_p1788.png
namespace http://www.pwg.org/schemas/2012/12/sm
type PrintJobsType
properties
content complex
children PrintJob
source <xs:element name="ActiveJobs" type="PrintJobsType"/>

element PrintServiceType/JobTable/JobHistory
diagram PwgSmRev1-185_p1789.png
namespace http://www.pwg.org/schemas/2012/12/sm
type PrintJobsType
properties
minOcc 0
maxOcc 1
content complex
children PrintJob
source <xs:element name="JobHistory" type="PrintJobsType" minOccurs="0"/>


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