Definition Type: ComplexType
Name: SubunitStatus
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SubunitStates Drilldown into ProductID Drilldown into PowerTransition Drilldown into PowerSupport Drilldown into PowerMonitor Drilldown into PowerMeters Drilldown into PowerCounters Drilldown into Id Drilldown into DeviceErrorsXSD Diagram of SubunitStatus
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SubunitStatus">
    <xs:sequence>
        <!-- local unique integer key  REQUIRED - MUST be single-valued -->
        <!--Object state  REQUIRED - MUST be single-valued  see printer-state - section 4.4.11 [RFC2911] -->
        <!-- Object's  state messages  OPTIONAL - MAY be multi-valued  see printer-state-message - section 4.4.13 [RFC2911] -->
        <!-- vCard/3.0 (based on ITU-T X.520) for owner of this   OPTIONAL - MUST be single-valued   see vCard/3.0 - vCard MIME Directory Profile [RFC2426] -->
        <!-- object's  access permissions REQUIRED - MAY be multi-valued  see 'chmod' - POSIX System Interfaces [ISO9945]  see 'sys/stat.h' - POSIX System Interfaces [ISO9945]-->
        <!-- date and time when this object was created   REQUIRED - MUST be single-valued -->
        <!-- natural language for object's  text elements  OPTIONAL - MUST be single-valued  see IETF 'Tags for the Identification of Languages' [RFC3066] -->
        <xs:element name="DeviceErrors" type="xs:int" minOccurs="0" />
        <xs:element ref="Id" />
        <xs:element ref="PowerCounters" minOccurs="0" />
        <xs:element ref="PowerMeters" minOccurs="0" />
        <xs:element ref="PowerMonitor" minOccurs="0" />
        <xs:element ref="PowerSupport" minOccurs="0" />
        <xs:element ref="PowerTransition" minOccurs="0" />
        <xs:element ref="ProductID" minOccurs="0" />
        <xs:element ref="SubunitStates" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeviceErrors pwg:DeviceErrors 0 (1)
Id pwg:Id (1) (1)
PowerCounters pwg:PowerCounters 0 (1)
PowerMeters pwg:PowerMeters 0 (1)
PowerMonitor pwg:PowerMonitor 0 (1)
PowerSupport pwg:PowerSupport 0 (1)
PowerTransition pwg:PowerTransition 0 (1)
ProductID pwg:ProductID 0 (1)
SubunitStates pwg:SubunitStates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:ConsoleStatusType, pwg:FaxModemStatusType, pwg:FinisherStatusType, pwg:InputTrayStatusType, pwg:InterfaceStatusType, pwg:MarkerStatusType, pwg:MediaPathStatusType, pwg:OutputTrayStatusType, pwg:ProcessorStatusType, pwg:ScanMediaPathStatus, pwg:ScannerStatusType, pwg:StorageStatusType, pwg:VendorSubunitStatusType