1*2264Sjacobs#
2*2264Sjacobs# CDDL HEADER START
3*2264Sjacobs#
4*2264Sjacobs# The contents of this file are subject to the terms of the
5*2264Sjacobs# Common Development and Distribution License, Version 1.0 only
6*2264Sjacobs# (the "License").  You may not use this file except in compliance
7*2264Sjacobs# with the License.
8*2264Sjacobs#
9*2264Sjacobs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*2264Sjacobs# or http://www.opensolaris.org/os/licensing.
11*2264Sjacobs# See the License for the specific language governing permissions
12*2264Sjacobs# and limitations under the License.
13*2264Sjacobs#
14*2264Sjacobs# When distributing Covered Code, include this CDDL HEADER in each
15*2264Sjacobs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*2264Sjacobs# If applicable, add the following below this CDDL HEADER, with the
17*2264Sjacobs# fields enclosed by brackets "[]" replaced with your own identifying
18*2264Sjacobs# information: Portions Copyright [yyyy] [name of copyright owner]
19*2264Sjacobs#
20*2264Sjacobs# CDDL HEADER END
21*2264Sjacobs#
22*2264Sjacobs# Copyright 2001 Sun Microsystems, Inc.  All rights reserved.
23*2264Sjacobs# Use is subject to license terms.
24*2264Sjacobs#
25*2264Sjacobs# ident	"%Z%%M%	%I%	%E% SMI"
26*2264Sjacobs
27*2264Sjacobs# IPP Schema Draft 4 and Sun Printer Schema
28*2264Sjacobs
29*2264Sjacobsobjectclass slpService
30*2264Sjacobs	oid 1.3.18.0.2.6.2549
31*2264Sjacobs	superior
32*2264Sjacobs		top
33*2264Sjacobs
34*2264Sjacobsobjectclass slpServicePrinter
35*2264Sjacobs	oid 1.3.18.0.2.6.254
36*2264Sjacobs	superior
37*2264Sjacobs		slpService
38*2264Sjacobs
39*2264Sjacobsobjectclass printerAbstract
40*2264Sjacobs	oid 1.3.18.0.2.6.258
41*2264Sjacobs	superior
42*2264Sjacobs		top
43*2264Sjacobs	allows
44*2264Sjacobs		printer-charset-configured,
45*2264Sjacobs		printer-charset-supported,
46*2264Sjacobs		printer-color-supported,
47*2264Sjacobs		printer-compression-supported,
48*2264Sjacobs		printer-copies-supported,
49*2264Sjacobs		printer-current-operator,
50*2264Sjacobs		printer-delivery-orientation-supported,
51*2264Sjacobs		printer-document-format-supported,
52*2264Sjacobs		printer-finishings-supported,
53*2264Sjacobs		printer-generated-natural-language-supported,
54*2264Sjacobs		printer-info,
55*2264Sjacobs		printer-job-k-octets-supported,
56*2264Sjacobs		printer-job-priority-supported,
57*2264Sjacobs		printer-location,
58*2264Sjacobs		printer-make-and-model,
59*2264Sjacobs		printer-media-local-supported,
60*2264Sjacobs		printer-media-supported,
61*2264Sjacobs		printer-more-info,
62*2264Sjacobs		printer-multiple-document-jobs-supported,
63*2264Sjacobs		printer-name,
64*2264Sjacobs		printer-natural-language-configured,
65*2264Sjacobs		printer-number-up-supported,
66*2264Sjacobs		printer-output-features-supported,
67*2264Sjacobs		printer-pages-per-minute,
68*2264Sjacobs		printer-pages-per-minute-color,
69*2264Sjacobs		printer-print-quality-supported,
70*2264Sjacobs		printer-resolution-supported,
71*2264Sjacobs		printer-service-person,
72*2264Sjacobs		printer-sides-supported,
73*2264Sjacobs		printer-stacking-order-supported
74*2264Sjacobs
75*2264Sjacobsobjectclass printerService
76*2264Sjacobs	oid 1.3.18.0.2.6.255
77*2264Sjacobs	superior
78*2264Sjacobs		printerAbstract
79*2264Sjacobs	allows
80*2264Sjacobs		printer-uri,
81*2264Sjacobs		printer-xri-supported
82*2264Sjacobs
83*2264Sjacobsobjectclass printerServiceAuxClass
84*2264Sjacobs	oid 1.3.18.0.2.6.257
85*2264Sjacobs	superior
86*2264Sjacobs		printerAbstract
87*2264Sjacobs	allows
88*2264Sjacobs		printer-uri,
89*2264Sjacobs		printer-xri-supported
90*2264Sjacobs
91*2264Sjacobsobjectclass printerIPP
92*2264Sjacobs	oid 1.3.18.0.2.6.256
93*2264Sjacobs	superior
94*2264Sjacobs		top
95*2264Sjacobs	allows
96*2264Sjacobs		printer-ipp-versions-supported,
97*2264Sjacobs		printer-multiple-document-jobs-supported
98*2264Sjacobs
99*2264Sjacobsobjectclass printerLPR
100*2264Sjacobs	oid 1.3.18.0.2.6.253
101*2264Sjacobs	superior
102*2264Sjacobs		top
103*2264Sjacobs	requires
104*2264Sjacobs		printer-name
105*2264Sjacobs	allows
106*2264Sjacobs		printer-aliases
107*2264Sjacobs
108*2264Sjacobsobjectclass sunPrinter
109*2264Sjacobs	oid 1.3.6.1.4.1.42.2.27.5.2.14
110*2264Sjacobs	superior
111*2264Sjacobs		top
112*2264Sjacobs	requires
113*2264Sjacobs		printer-name
114*2264Sjacobs	allows
115*2264Sjacobs		sun-printer-bsdaddr,
116*2264Sjacobs		sun-printer-kvp
117