Corrections made to the ASN.1 modules of X.435 (06/1999)
EDIExtendedBodyPartParameterAttribute ::= SEQUENCE {
body-part-reference [0] BodyPartReference OPTIONAL,
parameter [1] EXTENDED-BODY-PART-TYPE.¶meters
}
with:
-- This definition is defective (EXTENDED-BODY-PART-TYPE.¶meters
-- refers to an object, rather than a type), and does not seem to be used.
-- EDIExtendedBodyPartParameterAttribute ::= SEQUENCE {
-- body-part-reference [0] BodyPartReference OPTIONAL,
-- parameter [1] EXTENDED-BODY-PART-TYPE.¶meters
-- }
RelatedMessageReference ::= CHOICE {
edi-message-reference [0] EDIMIdentifier,
external-message-reference [1] EXTERNAL-MESSAGE-REFERENCE
}
with:
RelatedMessageReference ::= CHOICE {
edi-message-reference [0] EDIMIdentifier,
external-message-reference [1] EXTERNAL-MESSAGE-REFERENCE.&id
}
V42BisCompressionParameter ::= SEQUENCE {
dictionary-size INTEGER DEFAULT 12,
largest-compressed-chain INTEGER DEFAULT 512,
last-entries-to-delete INTEGER DEFAULT 256 }
with:V42BisCompressionParameter ::= SEQUENCE {
dictionary-size [0] INTEGER DEFAULT 12,
largest-compressed-chain [1] INTEGER DEFAULT 512,
last-entries-to-delete [2] INTEGER DEFAULT 256 }