|
|
1.1 root 1:
2: <digit> ::= [0-9]
3: <other> ::= [0-9a-zA-Z+-.]
4: <hexdigit> ::= [0-9a-f]
5:
6: <digitstring> ::= <digit> <digitstring>
7: | <digit>
8: <otherstring> ::= <other> <otherstring>
9: | <other>
10: <hexstring> ::= <hexdigit> <hexstring> | <hexdigit>
11:
12:
13:
14:
15: <presentation-address> ::=
16: [[[ <psel> "/" ] <ssel> "/" ] <tsel> "/" ]
17: <network-address-list>
18:
19: <network-address-list> ::= <network-address> "|" <network-address-list>
20: | <network-address>
21:
22: <psel> ::= <selector>
23: <ssel> ::= <selector>
24: <tsel> ::= <selector>
25:
26: <selector> ::= '"' <otherstring> '"' -- IA5
27: -- For chars not in this
28: -- string use hex
29: | "#" <digitstring> -- US GOSIP
30: | "'" <hexstring> "'H" -- Hex
31: | "" -- Empty but present
32:
33: <network-address> ::= "NS" "+" <hexstring>
34: -- Concrete Binary Representation
35: -- This is the compact encoding
36: | <afi> "+" <idi> [ "+" <dsp> ]
37:
38:
39: <dsp> ::=
40: | "d" <digitstring> -- Abstract Decimal
41: | "x" <hexstring> -- Abstract Binary
42: | "l" <otherstring> -- IA5: local form only
43: | "RFC-1006" "+" <prefix> "+" <ip>
44: [ "+" <port> [ "+" <tset> ]]
45: | "X.25(80)" "+" <prefix> "+" <dte>
46: [ "+" <cudf-or-pid> "+" <hexstring> ]
47: | "ECMA-117-Binary" "+" <hexstring> "+" <hexstring>
48: "+" <hexstring>
49: | "ECMA-117-Decimal" "+" <digitstring> "+"
50: <digitstring> "+" <digitstring>
51:
52: <idi> ::= <digitstring>
53: <afi> ::= "X121" | "DCC" | "TELEX" | "PSTN" | "ISDN"
54: | "ICD" | "LOCAL"
55:
56: <prefix> ::= <digit> <digit>
57:
58: <ip> ::= <otherstring>
59: -- dotted decimal form (e.g., 10.0.0.6)
60: -- or domain (e.g., twg.com)
61: <port> ::= <digitstring>
62: <tset> ::= <digitstring>
63:
64: <dte> ::= <digitstring>
65: <cudf-or-pid> ::= "CUDF" | "PID"
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.