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

 


Help: OASIS Mailing Lists Help | MarkMail Help

s-ramp message

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


Subject: [OASIS Issue Tracker] Commented: (SRAMP-1) RepresentingRelationships



    [ http://tools.oasis-open.org/issues/browse/SRAMP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24849#action_24849 ] 

Kurt Stam  commented on SRAMP-1:
--------------------------------

Ramdom list while I'm working on this:

1. the links in the document: "For convenience, an S-RAMP XSD Model Schema xsd file is also provided at: 
http://s-ramp.org/2010/specification/schemas/xsdmodel.xsd"; is not valid. They can be found here instead 'http://www.s-ramp.org/8650766/xsdmodel.xsd' 

2. should the license header in the xsds include the current companies involved with s-ramp?

3. the coremodel.xsd imports:

<xsd:import namespace="http://www.w3.org/1999/xlink"; schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"; schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>

however xlink.xsd imports:
<xs:import namespace="http://www.w3.org/XML/1998/namespace"; schemaLocation="http://www.w3.org/2001/xml.xsd"/>

So now we have 2 versions of xml.xsd in the mix. This confuses xsd -> code generation tools like xjc. For example xjc coremodel.xsd will output

parsing a schema...
[ERROR] 'lang' is already defined
  line 87 of http://www.w3.org/2009/01/xml.xsd
[ERROR] (related to above error) the first definition appears here
  line 43 of http://www.w3.org/2001/xml.xsd
[ERROR] 'space' is already defined
  line 111 of http://www.w3.org/2009/01/xml.xsd
[ERROR] (related to above error) the first definition appears here
  line 89 of http://www.w3.org/2001/xml.xsd
[ERROR] 'base' is already defined
  line 133 of http://www.w3.org/2009/01/xml.xsd
[ERROR] (related to above error) the first definition appears here
  line 113 of http://www.w3.org/2001/xml.xsd





> Representing Relationships
> --------------------------
>
>                 Key: SRAMP-1
>                 URL: http://tools.oasis-open.org/issues/browse/SRAMP-1
>             Project: OASIS SOA Repository Artifact Model and Protocol (S-RAMP) TC
>          Issue Type: Improvement
>          Components: Foundation
>    Affects Versions: 1.0
>         Environment: N/A
>            Reporter: Vincent Brunssen
>            Assignee: Kurt Stam 
>             Fix For: 1.0
>
>
> This was Issue-001 from the contributed issues document.
> The relationships as described in the Foundation Document may or may not be able to be fully represented in schema.  The relationships need to be looked in to and evaluated to make sure that all relationships defined in the foundation document and possibly the atom document can be properly described in the XML Schemas.  If they can not be properly described then we may need to explore other mechanism to better model these relationships.

-- 
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]