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

 


Help: OASIS Mailing Lists Help | MarkMail Help

emergency-if message

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


Subject: [OASIS Issue Tracker] Created: (EMFW-18) Cleanup of How Defaults are Explained in the Spec


Cleanup of How Defaults are Explained in the Spec
-------------------------------------------------

                 Key: EMFW-18
                 URL: http://tools.oasis-open.org/issues/browse/EMFW-18
             Project: OASIS EDXL Distribution Element
          Issue Type: Improvement
          Components: Specification
    Affects Versions: csprd01 - Public Review Draft #1
         Environment: Glenn Pearson
            Reporter: Jeff Waters
            Priority: Minor
             Fix For: csprd01 - Public Review Draft #1


How to use the default list mechanism was not indicated in the DOM diagram, nor described generally, nor easily discerned from the Data Dictionary elements.  I was wondering if the default list element is (a) an interposed level around the standard list element, (b) a replacement for the standard list element, or merely (c) an example of a standard list element.  It was only by looking at the example schema that I could see that the general pattern is that of (a):

<someElement>

  <ct:ValueListURL>myUNI</ctValueListURL>

  <ct:Value>aValue</ct:Value>

</someElement>

Or

<someElement>

  <someElementDefault>

    <ct:valueListURL>someElement'sDefaultUNI</ctValueListURL>

    <ct:Value>aValueFromDefaults</ct:Value>

  </someElementDefault>

</someElement>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


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