<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ObjectServiceReferenceType">
<xs:sequence>
<xs:element name="ObjectServiceId" type="ObjectIdentifier32Type" minOccurs="0" />
<xs:element name="ObjectServiceName" type="ObjectStringLongType" minOccurs="0" />
<xs:element name="ObjectServiceUri" type="xs:anyURI" minOccurs="0" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
<!-- see printer-name - section 4.4.4 [RFC2911] -->
<!-- see printer-uri-supported - section 4.4.1 [RFC2911] -->
</xs:complexType>
|