hiro117 / scim

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

Missing xml child element name for multi-valued attributes #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The schemas endpoint enables Consumers to discover Service Provider Resource 
schema w/o XML schema (xsd).  Multi-valued attributes are wrapped with a 
singular variant of the parent attribute name; e.g., the attribute 'emails' 
child elements are named 'email'.  The core schema makes this clear via schema 
and documentation however custom extensions may not be well behaved.  To avoid 
interop issues add the attribute multiValuedAttributeName to the schema as a 
required element for all multi-valued attributes.  Language:

t hangText="multiValuedAttributeInstanceName">String value specifying the child 
XML element name; e.g., the 'emails' attribute value is 'email', 
'phoneNumbers', is 'phoneNumber'.  REQUIRED when the multiValued attribute 
value is true otherwise this attribute MUST be omitted.</t>

Original issue reported on code.google.com by treydr...@gmail.com on 6 Dec 2011 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by treydr...@gmail.com on 6 Dec 2011 at 5:33

GoogleCodeExporter commented 9 years ago
change 'multiValuedAttributeInstanceName'  >> 'multiValuedAttributeChildName'

Original comment by treydr...@gmail.com on 6 Dec 2011 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by treydr...@gmail.com on 7 Dec 2011 at 5:32