hiro117 / scim

Automatically exported from code.google.com/p/scim
0 stars 0 forks source link

Multi-valued attributes are unordered but it is not clearly described #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Multi-valued attributes are unordered but it is not clearly described, so
some text needs to be added, I would suggest to add it here
http://www.simplecloud.info/specs/draft-scim-core-schema-00.html#anchor4

Original issue reported on code.google.com by e...@wahlstromstekniska.se on 16 May 2012 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by e...@wahlstromstekniska.se on 16 May 2012 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by e...@wahlstromstekniska.se on 16 May 2012 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by sam...@erdtman.se on 23 May 2012 at 3:09

GoogleCodeExporter commented 9 years ago
== Alternative one == 
OLD
Multi-valued attributes may contain Sub-Attributes and therefore may contain 
Complex Attributes. The below Sub-Attributes are considered normative and when 
specified SHOULD be used as defined.

NEW
Multi-valued attributes are unordered lists of attributes. Each attribute MAY 
contain Sub-Attributes and therefore multi-valued attributes may contain 
Complex Attributes. The below Sub-Attributes are considered normative and when 
specified SHOULD be used as defined.

== Alternative two ==
OLD
When returning multi-valued attributes, Service Providers SHOULD canonicalize 
the value returned, if appropriate (e.g. for e-mail addresses and URLs). 
Providers MAY return the same value more than once with different types (e.g. 
the same e-mail address may used for work and home), but SHOULD NOT return the 
same (type, value) combination more than once per Attribute, as this 
complicates processing by the Consumer.

NEW
When Service Providers returns multi-valued attributes they are to be 
considered unordered. Returned values SHOULD be canonicalize if appropriate 
(e.g. for e-mail addresses and URLs). Service Providers MAY return the same 
value more than once with different types (e.g. the same e-mail address may 
used for work and home), but SHOULD NOT return the same (type, value) 
combination more than once per Attribute, as this complicates processing by the 
Consumer.

Original comment by sam...@erdtman.se on 30 May 2012 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by sam...@erdtman.se on 29 Jun 2012 at 3:24