← Prev in month ← Prev in thread
Next in thread → Next in month →

ISSUE 151: SDO 3.0 API Request - XSDHelper.getGlobalType()

From
"Carack, Qon"
Date
2009-02-03T15:15:29+00:00
ID
Thread
ISSUE 151: SDO 3.0 API Request - XSDHelper.getGlobalType()
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:] 
Gesendet: Montag, 2. Februar 2009 20:16
An: 
Betreff: [sdo] SDO 3.0 API Request - XSDHelper.getGlobalType()

Hello All,

I would like to propose a new API for XSDHelper.  This API would return 
an SDO Type given XML schema type information.  The API would have the 
following signature:

    public Type getGlobalType(String uri, String typeName);  // NEW

This has the same feel as the following existing method:

    public Property getGlobalProperty(String uri, String propertyName, 
boolean isElement);

The new method also provides a nice symmetry with the following existing 
methods:

    public String getNamespaceURI(Type type);
    public String getLocalName(Type type);

-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
← Prev in month ← Prev in thread
Next in thread → Next in month →