From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.153.68 with SMTP id ve4mr5595866obb.39.1390580573816; Fri, 24 Jan 2014 08:22:53 -0800 (PST) X-Received: by 10.50.253.195 with SMTP id ac3mr50106igd.15.1390580573603; Fri, 24 Jan 2014 08:22:53 -0800 (PST) Path: border2.nntp.dca.giganews.com!nntp.giganews.com!uq10no3802221igb.0!news-out.google.com!vg8ni10igb.0!nntp.google.com!uq10no3802213igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 24 Jan 2014 08:22:53 -0800 (PST) In-Reply-To: <20140124092943.74eca23e@vostro> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: <20a36d96-850e-4020-8dfa-777eb9c944f4@googlegroups.com> <9e27abb7-e944-4bd4-a10c-600fe4da7872@googlegroups.com> <0301ad03-929d-4c9b-8849-494f7f78c777@googlegroups.com> <20140124092943.74eca23e@vostro> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <60752b86-8674-48a0-8dfa-b13583d4e74e@googlegroups.com> Subject: Re: Binary and XML serialization of types From: adambeneschan@gmail.com Injection-Date: Fri, 24 Jan 2014 16:22:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:184548 Date: 2014-01-24T08:22:53-08:00 List-Id: On Friday, January 24, 2014 12:29:43 AM UTC-8, Oliver Kleinke wrote: > > What's going on is that "for Guid'Write" specifies a property, or > > > "aspect"[...] > > The term you were looking for is (operational) attribute. "operational aspect" is the term used in the RM (particularly 13.1). -- Adam