You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Walter Dorninger (JIRA)" <xm...@xml.apache.org> on 2004/12/13 17:12:58 UTC

[jira] Created: (XMLBEANS-91) SchemaIdentity Constraints needs to know its location

SchemaIdentity Constraints needs to know its location
-----------------------------------------------------

         Key: XMLBEANS-91
         URL: http://nagoya.apache.org/jira/browse/XMLBEANS-91
     Project: XMLBeans
        Type: Improvement
  Components: SOM  
    Versions: Version 2    
    Reporter: Walter Dorninger


I want to apply the selector of the SchemaIdentityConstraint. To implement this I need to know the element (the containing element of keyref/key/unique) this XPath should be applied to. Currently there is no way to find out the "parent" of the SchemaIdentityConstraint. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Updated: (XMLBEANS-91) SchemaIdentity Constraints needs to know its location

Posted by "Jacob Danner (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-91?page=history ]

Jacob Danner updated XMLBEANS-91:
---------------------------------

        type: New Feature  (was: Improvement)
    Priority: Minor  (was: Major)

> SchemaIdentity Constraints needs to know its location
> -----------------------------------------------------
>
>          Key: XMLBEANS-91
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-91
>      Project: XMLBeans
>         Type: New Feature
>   Components: SOM
>     Versions: Version 2
>     Reporter: Walter Dorninger
>     Priority: Minor

>
> I want to apply the selector of the SchemaIdentityConstraint. To implement this I need to know the element (the containing element of keyref/key/unique) this XPath should be applied to. Currently there is no way to find out the "parent" of the SchemaIdentityConstraint. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Assigned: (XMLBEANS-91) SchemaIdentity Constraints needs to know its location

Posted by "Cezar Andrei (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-91?page=history ]

Cezar Andrei reassigned XMLBEANS-91:
------------------------------------

    Assign To: Radu Preotiuc-Pietro

> SchemaIdentity Constraints needs to know its location
> -----------------------------------------------------
>
>          Key: XMLBEANS-91
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-91
>      Project: XMLBeans
>         Type: New Feature
>   Components: SOM
>     Versions: Version 2
>     Reporter: Walter Dorninger
>     Assignee: Radu Preotiuc-Pietro
>     Priority: Minor

>
> I want to apply the selector of the SchemaIdentityConstraint. To implement this I need to know the element (the containing element of keyref/key/unique) this XPath should be applied to. Currently there is no way to find out the "parent" of the SchemaIdentityConstraint. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Resolved: (XMLBEANS-91) SchemaIdentity Constraints needs to know its location

Posted by "Radu Preotiuc-Pietro (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-91?page=all ]
     
Radu Preotiuc-Pietro resolved XMLBEANS-91:
------------------------------------------

    Resolution: Won't Fix

> SchemaIdentity Constraints needs to know its location
> -----------------------------------------------------
>
>          Key: XMLBEANS-91
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-91
>      Project: XMLBeans
>         Type: New Feature
>   Components: SOM
>     Versions: Version 2
>     Reporter: Walter Dorninger
>     Assignee: Radu Preotiuc-Pietro
>     Priority: Minor

>
> I want to apply the selector of the SchemaIdentityConstraint. To implement this I need to know the element (the containing element of keyref/key/unique) this XPath should be applied to. Currently there is no way to find out the "parent" of the SchemaIdentityConstraint. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Commented: (XMLBEANS-91) SchemaIdentity Constraints needs to know its location

Posted by "Radu Preotiuc-Pietro (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-91?page=comments#action_61796 ]
     
Radu Preotiuc-Pietro commented on XMLBEANS-91:
----------------------------------------------

I don't think this can be done. Basically, what you would need is not only the name of the element, but an absolute XPath to the element (since idConstraints can appear on local elements). But, this information is not available at compilation time, because the local element can be part of a global type that gets used in multiple places.


> SchemaIdentity Constraints needs to know its location
> -----------------------------------------------------
>
>          Key: XMLBEANS-91
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-91
>      Project: XMLBeans
>         Type: New Feature
>   Components: SOM
>     Versions: Version 2
>     Reporter: Walter Dorninger
>     Assignee: Radu Preotiuc-Pietro
>     Priority: Minor

>
> I want to apply the selector of the SchemaIdentityConstraint. To implement this I need to know the element (the containing element of keyref/key/unique) this XPath should be applied to. Currently there is no way to find out the "parent" of the SchemaIdentityConstraint. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org