OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [wsrp] User Profile Items - Samples


    I have a question, does using the item's name element name artificially constrain the item names? That is what if an item name contains white space or other special characters?

For example, the following could not be represent as element names:
  • spouse name
  • ldap/CN
  • firstName+lastName

Should we instead use the <customItem>, which includes a name attribute or type string.

This would allow any character to be included in the item's name. The down side is it would require a value holder element for primitive types.

Here's a snipped of xml:
<urn:profile xmlns:xs="http://www.w3.org/2001/XMLSchema">>
  <urn:name> <urn:extensions>
    <urn:customItem xsi:type="xs:string" name="spouse Name">  
      <xs:string>Susan</xs:string>
    </urn:customItem>
  </urn:extensions> </urn:name>


Thanks,

Nate


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]