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

 


Help: OASIS Mailing Lists Help | MarkMail Help

sdo message

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


Subject: Re: ISSUE 173: Is Type name an NCName?


Hello All,

Below is a proposal for SDO-173:

SDO Core Spec:  Section 4.4.2 - Type Contents

Change:
  • Name - A String that is unique among the Types that belong to the same URI in the same HelperContext. Defining a Types with duplicate in the type names or aliases results in undefined behavior.

To:
  • Name - A String that is unique among the Types that belong to the same URI in the same HelperContext. Defining a Type with duplicate in the type name or aliases results in undefined behavior.  A type name corresponds to the rules for an XML Schema NCName:
    • NameStartChar ::=    [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
    • NameChar      ::=    NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]
    • Name          ::=    NameStartChar (NameChar)*

Adapted from:


SDO Core Spec:  Section 4.5 Property
  • The same addition that was made to Type name, should be made to Property name here.

-Blaise


Barack, Ron wrote:
1BC7B594EE497146B0CFF2F493B6823407A6514F12@DEWDFECCR02.wdf.sap.corp" type="cite">

http://www.osoa.org/jira/browse/SDO-173

 

Von: Blaise Doughan [mailto:blaise.doughan@oracle.com]
Gesendet: Dienstag, 13. Juli 2010 16:26
An: sdo@lists.oasis-open.org
Betreff: [sdo] New Issue - Is Type name an NCName?

 

Hello All,

I would like to open the following issue, "Is Type name an NCName?".  I do not believe that this is currently covered in the spec.  I believe we have the following options:

  1. Specify Type name is NCName
  2. Specify an algorithm for deriving the XML schema type name from SDO Type name.

-Blaise



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