Definition Type: ComplexType
Name: PrintCountersType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Counter.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Monitoring Drilldown into Availability Drilldown into MediasUsed Drilldown into Waste Drilldown into Maintenance Drilldown into Auxiliary Drilldown into DataStream Drilldown into WorkTotalsXSD Diagram of PrintCountersType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="PrintCountersType">
    <xs:sequence>
        <xs:element name="WorkTotals" type="PrintCounts" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Summation of all classes of work</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="DataStream" type="PrintCounts" minOccurs="0">
            <xs:annotation>
                <xs:documentation>user’s document or image stream counts</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Auxiliary" minOccurs="0" />
        <xs:element name="Maintenance" type="PrintCounts" minOccurs="0">
            <xs:annotation>
                <xs:documentation>counts while in maintenance mode </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Waste" minOccurs="0" />
        <xs:element ref="MediasUsed" minOccurs="0" />
        <xs:element ref="Availability" minOccurs="0" />
        <xs:element ref="Monitoring" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WorkTotals pwg:WorkTotals 0 (1)
DataStream pwg:DataStream 0 (1)
Auxiliary pwg:Auxiliary 0 (1)
Maintenance pwg:Maintenance 0 (1)
Waste pwg:Waste 0 (1)
MediasUsed pwg:MediasUsed 0 (1)
Availability pwg:Availability 0 (1)
Monitoring pwg:Monitoring 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:PrintDocumentCounters, pwg:PrintJobCounters, pwg:PrintServiceCounters