<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ImagingServiceDescriptionType">
<xs:sequence>
<!-- service type (function of this service object) REQUIRED - MUST be single-valued see WIMS Object Model - section 4 [WIMS-PRO] -->
<xs:element ref="CharsetConfigured" minOccurs="1" />
<xs:element ref="CharsetSupported" minOccurs="1" />
<xs:element ref="DeviceId" minOccurs="0" />
<xs:element ref="MakeAndModel" minOccurs="0" />
<xs:element ref="MessageFromOperator" minOccurs="0" />
<xs:element ref="MoreInfoManufacturerUri" minOccurs="0" />
<xs:element ref="MoreInfoUri" minOccurs="0" />
<xs:element ref="NaturalLanguageConfigured" minOccurs="1" />
<xs:element ref="NaturalLanguageSupported" minOccurs="1" />
<xs:element ref="OperationsSupported" />
<xs:element ref="OwnerUri" minOccurs="0" />
<xs:element ref="OwnerVCard" minOccurs="0" />
<xs:element ref="ServiceChargeInfo" minOccurs="0" />
<xs:element ref="ServiceChargeInfoUri" minOccurs="0" />
<xs:element ref="ServiceGeoLocation" minOccurs="0" />
<xs:element ref="ServiceInfo" minOccurs="0" />
<xs:element ref="ServiceOrganizations" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ServiceLocation" minOccurs="0" />
<xs:element ref="ServiceName" />
<!-- list of URI supported by this service REQUIRED - MAY be multi-valued see printer-uri-supported - section 4.4.1 [RFC2911] -->
<!-- service vendor-supplied description and/or label OPTIONAL - MUST be single-valued see printer-info - section 4.4.6 [RFC2911] -->
<!-- Object administrative name OPTIONAL - MUST be single-valued see printer-name - section 4.4.4 [RFC2911] see prtGeneralPrinterName - section 6 [RFC3805] -->
<!-- list of services (by ID/name/URI) subordinate to this service REQUIRED - MAY be multi-valued -->
<!-- list of devices (by ID/name/URI) subordinate to this service REQUIRED - MAY be multi-valued -->
<!-- list of subunits (by ID) supported by this service, REQUIRED - MAY be multi-valued see Printer Sub-Units - section 2.2 [RFC3805] -->
<!-- document formats supported by this service REQUIRED - MAY be multi-valued see document-format-supported - section 4.4.22 [RFC2911] -->
<!-- list of resources (by ID/name/URI) supported by this service OPTIONAL - MAY be multi-valued see ResourceId in Resource XML schema see ResourceName in Resource XML schema -->
<xs:element ref="ServiceStringsLanguageSupported" minOccurs="0" />
<xs:element ref="ServiceStringsUri" minOccurs="0" />
<xs:element ref="ServiceXriSupported" />
<xs:element ref="VersionsSupported" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|