<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SubunitsSetType">
<xs:choice>
<xs:element name="Consoles" type="ConsolesSetType" minOccurs="0" />
<xs:element name="Covers" type="CoversSetType" minOccurs="0" />
<xs:element name="FaxModems" type="FaxModemsSetType" minOccurs="0" />
<xs:element name="Finishers" type="FinishersSetType" minOccurs="0" />
<xs:element name="InputChannels" type="InputChannelsSetType" minOccurs="0" />
<xs:element name="InputTrays" type="InputTraysSetType" minOccurs="0" />
<xs:element name="Interfaces" type="InterfacesSetType" minOccurs="0" />
<xs:element name="Interpreters" type="InterpretersSetType" minOccurs="0" />
<xs:element name="Markers" type="MarkersSetType" minOccurs="0" />
<xs:element name="MediaPaths" type="MediaPathsSetType" minOccurs="0" />
<xs:element name="OutputChannels" type="OutputChannelsSetType" minOccurs="0" />
<xs:element name="OutputTrays" type="OutputTraysSetType" minOccurs="0" />
<xs:element name="Processors" type="ProcessorsSetType" minOccurs="0" />
<xs:element name="ScanMediaPaths" type="ScanMediaPathsSetType" minOccurs="0" />
<xs:element name="Scanners" type="ScannersSetType" minOccurs="0" />
<xs:element name="Storages" type="StoragesSetType" minOccurs="0" />
<xs:element name="VendorSubunits" type="VendorSubunitsSetType" minOccurs="0" />
</xs:choice>
<!-- Subunits - type -->
</xs:complexType>
|