|
|
1.1 ! root 1: -- documents.py - FTAM document definitions ! 2: ! 3: -- $Header: /f/osi/ftam2/RCS/docs.py,v 7.0 89/11/23 21:54:14 mrose Rel $ ! 4: -- ! 5: -- ! 6: -- $Log: docs.py,v $ ! 7: -- Revision 7.0 89/11/23 21:54:14 mrose ! 8: -- Release 6.0 ! 9: -- ! 10: ! 11: -- ! 12: -- NOTICE ! 13: -- ! 14: -- Acquisition, use, and distribution of this module and related ! 15: -- materials are subject to the restrictions of a license agreement. ! 16: -- Consult the Preface in the User's Manual for the full terms of ! 17: -- this agreement. ! 18: -- ! 19: -- ! 20: ! 21: ! 22: DOCS DEFINITIONS ::= ! 23: ! 24: %{ ! 25: #ifndef lint ! 26: static char *rcsid = "$Header: /f/osi/ftam2/RCS/docs.py,v 7.0 89/11/23 21:54:14 mrose Rel $"; ! 27: #endif ! 28: %} ! 29: ! 30: BEGIN ! 31: ! 32: -- FTAM-1: ISO FTAM unstructured text ! 33: ! 34: FTAM-1-Parameters ::= ! 35: SEQUENCE { ! 36: universal-class-number[0] ! 37: IMPLICIT INTEGER ! 38: OPTIONAL, ! 39: ! 40: maximum-string-length[1] ! 41: IMPLICIT INTEGER ! 42: OPTIONAL, ! 43: ! 44: string-significance[2] ! 45: IMPLICIT INTEGER { ! 46: variable(0), ! 47: fixed(1), ! 48: not-significant(2) ! 49: } ! 50: OPTIONAL ! 51: } ! 52: ! 53: FTAM-1-Datatype1 ::= ! 54: CHOICE { ! 55: printable --* *-- ! 56: PrintableString, ! 57: ! 58: teletex --* *-- ! 59: TeletexString, ! 60: ! 61: videotex --* *-- ! 62: VideotexString, ! 63: ! 64: ia5 --* *-- ! 65: IA5String, ! 66: ! 67: graphic --* *-- ! 68: GraphicString, ! 69: ! 70: visible --* *-- ! 71: VisibleString, ! 72: ! 73: general --* *-- ! 74: GeneralString ! 75: } ! 76: ! 77: ! 78: -- FTAM-3: ISO FTAM unstructured binary ! 79: ! 80: FTAM-3-Parameters ::= ! 81: SEQUENCE { ! 82: maximum-string-length[1] ! 83: IMPLICIT INTEGER ! 84: OPTIONAL, ! 85: ! 86: string-significanz --* string-significance *-- [2] ! 87: IMPLICIT INTEGER { ! 88: variable(0), ! 89: fixed(1), ! 90: not-significant(2) ! 91: } ! 92: OPTIONAL ! 93: } ! 94: ! 95: FTAM-3-Datatype1 ::= ! 96: OCTET STRING ! 97: ! 98: ! 99: -- NBS-9: NBS-9 FTAM file directory ! 100: ! 101: NBS-9-Parameters ::= ! 102: [0] ! 103: IMPLICIT --* ISO8571-FTAM *-- FTAM.Attribute-Names ! 104: ! 105: NBS-9-Datatype1 ::= ! 106: [PRIVATE 2] ! 107: --* ISO8571-FTAM *-- FTAM.Read-Attributes ! 108: ! 109: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.