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: ISSUE 151: SDO 3.0 API Request - XSDHelper isGlobalType & isGlobalProperty


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

I sorted this to the components: "XMLFidelity" and "SDO API".

Please try to include a "problem statement" as part of the issue. 
-----Ursprüngliche Nachricht-----
Von: Blaise Doughan [mailto:blaise.doughan@oracle.com] 
Gesendet: Montag, 2. Februar 2009 21:13
An: sdo@lists.oasis-open.org
Betreff: [sdo] SDO 3.0 API Request - XSDHelper isGlobalType & isGlobalProperty

Hello All,

I would like to propose 2 new APIs for XSDHelper.  These APIs would 
allow the user to determine if a type/property corresponds to a global 
item in the corresponding XML schema.  The signatures would be as follows:

    public boolean isGlobalType(Type type); // NEW
    public boolean isGlobalProperty(Property property);  // NEW

These methods are consistent with the other types of operations allowed 
on XSDHelper:

    public boolean isAttribute(Property property);
    public boolean isElement(Property property);
    public boolean isMixed(Type type);
    etc.

-Blaise

---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that
generates this mail.  Follow this link to all your TCs in OASIS at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 



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