DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T d

⟦1d2fd7784⟧ TextFile

    Length: 2052 (0x804)
    Types: TextFile
    Names: »docs.py«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/ftam2/docs.py« 

TextFile

-- documents.py - FTAM document definitions

-- $Header: /f/osi/ftam2/RCS/docs.py,v 6.0 89/03/18 23:31:08 mrose Rel $
--
--
-- $Log:	docs.py,v $
-- Revision 6.0  89/03/18  23:31:08  mrose
-- Release 5.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.
--
--


DOCS DEFINITIONS ::=

%{
#ifndef	lint
static char *rcsid = "$Header: /f/osi/ftam2/RCS/docs.py,v 6.0 89/03/18 23:31:08 mrose Rel $";
#endif
%}

BEGIN

-- FTAM-1: ISO FTAM unstructured text

FTAM-1-Parameters ::=
        SEQUENCE {
            universal-class-number[0]
                IMPLICIT INTEGER
		OPTIONAL,

            maximum-string-length[1]
                IMPLICIT INTEGER
		OPTIONAL,

            string-significance[2]
                IMPLICIT INTEGER {
		    variable(0),
		    fixed(1),
		    not-significant(2)
		}
	        OPTIONAL
        }

FTAM-1-Datatype1 ::=
        CHOICE {
	    printable --* *--
                PrintableString,

	    teletex --* *--
                TeletexString,

	    videotex --* *--
                VideotexString,

	    ia5 --* *--
                IA5String,

	    graphic --* *--
                GraphicString,

	    visible --* *--
                VisibleString,

	    general --* *--
                GeneralString
        }


-- FTAM-3: ISO FTAM unstructured binary

FTAM-3-Parameters ::=
        SEQUENCE {
            maximum-string-length[1]
                IMPLICIT INTEGER
		OPTIONAL,

	    string-significanz --* string-significance *-- [2]
                IMPLICIT INTEGER {
		    variable(0),
		    fixed(1),
		    not-significant(2)
		}
	    	OPTIONAL
        }

FTAM-3-Datatype1 ::=
        OCTET STRING


-- NBS-9: NBS-9 FTAM file directory

NBS-9-Parameters ::=
    [0]
        IMPLICIT --* ISO8571-FTAM *-- FTAM.Attribute-Names

NBS-9-Datatype1 ::=
    [PRIVATE 2]
        --* ISO8571-FTAM *-- FTAM.Read-Attributes

END