Definition Type: ComplexType
Name: FaxInCountersType
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 Mainenance Drilldown into Auxiliary Drilldown into DataStream Drilldown into WorkTotalsXSD Diagram of FaxInCountersType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="FaxInCountersType">
    <xs:sequence>
        <xs:element name="WorkTotals" type="InboundCounts" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Summation of all classes of work</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="DataStream" type="InboundCounts" minOccurs="0">
            <xs:annotation>
                <xs:documentation>user’s document or image stream counts</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Auxiliary" type="InboundCounts" minOccurs="0" />
        <xs:element name="Mainenance" type="InboundCounts" minOccurs="0">
            <xs:annotation>
                <xs:documentation>counts while in maintenance mode </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Waste" type="InboundCounts" 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)
Mainenance pwg:Mainenance 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:FaxInDocumentCounters, pwg:FaxInJobCounters, pwg:FaxInServiceCounters