Corrections made to the ASN.1 modules of X.435 (06/1999)

· Module IPMSMessageStoreAttributes:

1. Replacement of all occurences of "ATTRIBUTE" with "X413ATTRIBUTE"

2. Replacement of:

EDIExtendedBodyPartParameterAttribute ::= SEQUENCE {
  body-part-reference  [0]  BodyPartReference OPTIONAL,
  parameter            [1]  EXTENDED-BODY-PART-TYPE.&parameters
}
with:
-- This definition is defective (EXTENDED-BODY-PART-TYPE.&parameters
-- 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.&parameters
-- }

· Module EDIMSInformationObjects:

1. Replacement of:

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
}

2. Replacement of:

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 }