-- extracted from draft-ietf-printmib-finishing-14.txt -- at Fri May 14 06:21:03 2004 IANA-FINISHER-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, mib-2 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; ianafinisher MODULE-IDENTITY LAST-UPDATED "200210080000Z" -- October 8, 2002 ORGANIZATION "IANA" CONTACT-INFO "Internet Assigned Numbers Authority Postal: ICANN 4676 Admiralty Way, Suite 330 Marina del Rey, CA 90292 Tel: +1 310 823 9358 E-Mail: iana@iana.org" DESCRIPTION "The Finisher MIB defines three categories of textual Conventions: Type 1 TCs are defined within the MIB specification and new values can be defined only by publishing a new version of the RFC. Type 2 TCs require approval by the Working Group for any additional values. Type 3 TCs may be extended without the approval of the Working Group. This MIB module defines IANA-maintained type 2 and Type 3 textual conventions that are imported by the Finisher MIB. " -- revision history REVISION "200210080000Z" -- October 8, 2002 DESCRIPTION "Original version transferred from Finisher MIB." ::= { mib-2 997 } -- [[to be assigned by IANA - standards track]] -- Textual conventions for this MIB module FinDeviceTypeTC ::= TEXTUAL-CONVENTION -- This is a type 2 enumeration. STATUS current DESCRIPTION "The defined finishing device subunit process enumerations." SYNTAX INTEGER { other(1), unknown(2), stitcher(3), folder(4), binder(5), trimmer(6), dieCutter(7), puncher(8), perforater(9), slitter(10), separationCutter(11), imprinter(12), wrapper(13), bander(14), makeEnvelope(15), stacker(16), sheetRotator(17), inserter(18) } FinAttributeTypeTC ::= TEXTUAL-CONVENTION -- This is a type 3 enumeration. STATUS current DESCRIPTION "This textual convention defines the set of enums for use in the finDeviceAttributeTable. See section 5.7 for the complete specification of each attribute." SYNTAX INTEGER { other(1), deviceName(3), deviceVendorName(4), deviceModel(5), deviceVersion(6), deviceSerialNumber(7), maximumSheets(8), finProcessOffsetUnits(9), finReferenceEdge(10), finAxisOffset(11), finJogEdge(12), finHeadLocation(13), finOperationRestrictions(14), finNumberOfPositions(15), namedConfiguration(16), finMediaTypeRestriction(17), finPrinterInputTraySupported(18), finPreviousFinishingOperation(19), finNextFinishingOperation(20), stitchingType(30), stitchingDirection(31), foldingType(40), bindingType(50), punchHoleType(80), punchHoleSizeLongDim(81), punchHoleSizeShortDim(82), punchPattern(83), slittingType(100), wrappingType(130), stackOutputType(160), stackOffset(161), stackRotation(162) } FinEdgeTC ::= TEXTUAL-CONVENTION -- This is a type 2 enumeration. STATUS current DESCRIPTION "Specifies an edge for a Finishing Process." SYNTAX INTEGER { topEdge(3), bottomEdge(4), leftEdge(5), rightEdge(6) } FinStitchingTypeTC ::= TEXTUAL-CONVENTION -- This is a type 2 enumeration. STATUS current DESCRIPTION "The defined stitching type enumerations. For the edgeStitch and stapleDual enums, the finReferenceEdge attribute is recommended to define the edge to which the operation applies." SYNTAX INTEGER { other(1), -- More information in other attributes unknown(2), stapleTopLeft(4), stapleBottomLeft(5), stapleTopRight(6), stapleBottomRight(7), saddleStitch(8), edgeStitch(9), stapleDual(10) } FinStitchingDirTypeTC ::= TEXTUAL-CONVENTION -- This is a type 2 enumeration. STATUS current DESCRIPTION "Defines the direction, relative to the top sheet in the output subunit, that the stitching operation was performed. For a topDown(3) process, the staple will be clinched on the bottom of the stack. This parameter can be used to determine what order the pages of a booklet are to be printed such that the staple clinch will be on the inside of the resulting booklet." SYNTAX INTEGER { unknown(2), topDown(3), bottomUp(4) } FinStitchingAngleTypeTC ::= TEXTUAL-CONVENTION -- This is a type 2 enumeration. STATUS current DESCRIPTION "This enumeration provides a description of the angular orientation of each stitch in a single or multiple stitching operation, relative to the 'X' axis. As with all finishing operations, the 'X' axis is always relative to the portrait orientation of the document regardless of the orientation of the printed image. This enum is primarily applicable to corner stitching operations." SYNTAX INTEGER { unknown(2), horizontal(3), vertical(4), slanted(5) } FinFoldingTypeTC ::= TEXTUAL-CONVENTION --This is a type 2 enumeration. STATUS current DESCRIPTION "The defined folding device process enumerations." SYNTAX INTEGER { other(1), -- More information in other attributes unknown(2), zFold(3), halfFold(4), letterFold(5) } FinBindingTypeTC ::= TEXTUAL-CONVENTION -- This is a type 2 enumeration. STATUS current DESCRIPTION "The defined binding type enumerations." SYNTAX INTEGER { other(1), -- More information in other attributes unknown(2), tape(4), plastic(5), velo(6), perfect(7), spiral(8), adhesive(9), comb(10), padding(11) } FinPunchHoleTypeTC ::= TEXTUAL-CONVENTION --This is a type 2 enumeration. STATUS current DESCRIPTION "The defined hole type punch process enumerations." SYNTAX INTEGER { other(1), -- More information in other attributes unknown(2), round(3), oblong(4), square(5), rectangular(6), star(7) } FinPunchPatternTC ::= TEXTUAL-CONVENTION --This is a type 2 enumeration. STATUS current DESCRIPTION "The defined hole pattern punch process enumerations." SYNTAX INTEGER { other(1), --Pattern to be defined in other attributes unknown(2), twoHoleUSTop(4), --Letter/legal, 8.5 inch edge threeHoleUS(5), --Letter/ledger, 11 inch edge twoHoleDIN(6), --A4/A3, 297 mm edge fourHoleDIN(7), --A4/A3, 297 mm edge twentyTwoHoleUS(8), --Letter/ledger, 11 inch edge nineteenHoleUS(9), --Letter/ledger, 11 inch edge twoHoleMetric(10), --B5/B4, 257 mm edge swedish4Hole(11), --A4/A3, 297 mm edge twoHoleUSSide(12), --Letter/ledger, 11 inch edge fiveHoleUS(13), --Letter/ledger, 11 inch edge sevenHoleUS(14), --Letter/ledger, 11 inch edge mixed7H4S(15), --A4/A3, 297 mm edge norweg6Hole(16), --A4/A3, 297 mm edge metric26Hole(17), --B5/B4, 257 mm edge metric30Hole(18) --A4/A3, 297 mm edge } FinSlittingTypeTC ::= TEXTUAL-CONVENTION -- This is a type 2 enumeration. STATUS current DESCRIPTION "The defined slitting type enumerations." SYNTAX INTEGER { other(1), -- More information in other attributes unknown(2), slitAndSeparate(4), slitAndMerge(5) } FinWrappingTypeTC ::= TEXTUAL-CONVENTION --This is a type 2 enumeration. STATUS current DESCRIPTION "The defined wrapping device process enumerations." SYNTAX INTEGER { other(1), -- More information in other attributes unknown(2), shrinkWrap(4), paperWrap(5) } FinStackOutputTypeTC ::= TEXTUAL-CONVENTION --This is a type 2 enumeration. STATUS current DESCRIPTION "The defined stack output type enumerations." SYNTAX INTEGER { other(1), -- More information in other attributes unknown(2), straight(4), -- No offset, one on top of another offset(5), crissCross(6) -- Rotated } END -- -- Copyright (C) The Internet Society (2001). All Rights Reserved. -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be -- followed, or as required to translate it into languages other than -- English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -- --