|
|
BSD 4.3reno
-- sa-prn.py - Seleted Attributes
-- $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/dsap/x500as/sa-prn.py,v 1.1.1.1 2018/04/24 16:12:56 root Exp $
--
--
-- $Log: sa-prn.py,v $
-- Revision 1.1.1.1 2018/04/24 16:12:56 root
-- BSD 4.3reno
--
-- Revision 7.0 89/11/23 21:50:52 mrose
-- Release 6.0
--
--
-- NOTICE
--
-- Acquisition, use, and distribution of this module and related
-- materials are subject to the restrictions of a license agreement.
-- Consult the Preface in the User's Manual for the full terms of
-- this agreement.
--
--
SA
{
joint-iso-ccitt
ds(5)
modules(1)
selectedAttributeTypes(5)
}
DEFINITIONS ::=
%{
#include <stdio.h>
#include "quipu/util.h"
#include "quipu/entry.h"
extern LLog * log_dsap;
%}
PREFIXES encode decode print
BEGIN
IMPORTS
AttributeType
FROM IF
{
joint-iso-ccitt
ds(5)
modules(1)
informationFramework(1)
};
PRINTER print
FacsimileTelephoneNumber
::=
SEQUENCE
{
telephoneNumber
PrintableString ,
parameters
BIT STRING
OPTIONAL
}
PostalAddress
::=
SEQUENCE OF CHOICE
{
T61String,
PrintableString
}
TelexNumber
::=
SEQUENCE
{
telexNumber PrintableString,
countryCode PrintableString,
answerback PrintableString
}
TeletexTerminalIdentifier
::=
SEQUENCE
{
teletexTerminal
PrintableString ,
parameters
SET {
graphic-character-sets [0] TeletexString OPTIONAL,
control-character-sets [1] TeletexString OPTIONAL,
page-formats [2] OCTET STRING OPTIONAL,
miscellaneous-terminal-capabilities [3] TeletexString OPTIONAL,
private-use [4] OCTET STRING OPTIONAL
}
OPTIONAL
}
PreferredDeliveryMethod
::=
SEQUENCE OF INTEGER
{
any-delivery-method (0),
mhs-delivery (1),
physical-delivery (2),
telex-delivery (3),
teletex-delivery (4),
g3-facsimilie-delivery (5),
g4-facsimilie-delivery (6),
ia5-terminal-delivery (7),
videotex-delivery (8),
telephone-delivery (9)
}
CriteriaItem
::=
CHOICE {
equality [0] AttributeType,
substrings [1] AttributeType,
greaterOrEqual [2] AttributeType,
lessOrEqual [3] AttributeType,
approximateMatch [4] AttributeType
}
Criteria
::=
CHOICE {
type [0] CriteriaItem,
and [1] SET OF Criteria,
or [2] SET OF Criteria,
not [3] Criteria
}
Guide
::=
SET {
objectClass [0] OBJECT IDENTIFIER OPTIONAL,
criteria [1] Criteria
}
END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.