You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org> on 2006/11/06 22:57:37 UTC

[jira] Created: (XERCESJ-1209) "union" and "list" are not allowed as values of block and blockDefault

"union" and "list" are not allowed as values of block and blockDefault
----------------------------------------------------------------------

                 Key: XERCESJ-1209
                 URL: http://issues.apache.org/jira/browse/XERCESJ-1209
             Project: Xerces2-J
          Issue Type: Bug
          Components: XML Schema Structures
    Affects Versions: 2.8.1
            Reporter: Michael Glavassevich


Xerces 2.8.1 allows "union" and "list" to be specified as values of the block and blockDefault attributes. These are disallowed by the spec.  Only the following values are permitted:

block = (#all | List of (extension | restriction | substitution)) [on an element declaration]
blockDefault = (#all | List of (extension | restriction | substitution))  : ''



-- 
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: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Closed: (XERCESJ-1209) "union" and "list" are not allowed as values of block and blockDefault

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1209?page=all ]

Michael Glavassevich closed XERCESJ-1209.
-----------------------------------------


> "union" and "list" are not allowed as values of block and blockDefault
> ----------------------------------------------------------------------
>
>                 Key: XERCESJ-1209
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1209
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: XML Schema Structures
>    Affects Versions: 2.8.1
>            Reporter: Michael Glavassevich
>         Assigned To: Michael Glavassevich
>             Fix For: 2.9.0
>
>
> Xerces 2.8.1 allows "union" and "list" to be specified as values of the block and blockDefault attributes. These are disallowed by the spec.  Only the following values are permitted:
> block = (#all | List of (extension | restriction | substitution)) [on an element declaration]
> blockDefault = (#all | List of (extension | restriction | substitution))  : ''

-- 
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: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Assigned: (XERCESJ-1209) "union" and "list" are not allowed as values of block and blockDefault

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1209?page=all ]

Michael Glavassevich reassigned XERCESJ-1209:
---------------------------------------------

    Assignee: Michael Glavassevich

> "union" and "list" are not allowed as values of block and blockDefault
> ----------------------------------------------------------------------
>
>                 Key: XERCESJ-1209
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1209
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: XML Schema Structures
>    Affects Versions: 2.8.1
>            Reporter: Michael Glavassevich
>         Assigned To: Michael Glavassevich
>
> Xerces 2.8.1 allows "union" and "list" to be specified as values of the block and blockDefault attributes. These are disallowed by the spec.  Only the following values are permitted:
> block = (#all | List of (extension | restriction | substitution)) [on an element declaration]
> blockDefault = (#all | List of (extension | restriction | substitution))  : ''

-- 
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: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Updated: (XERCESJ-1209) "union" and "list" are not allowed as values of block and blockDefault

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1209?page=all ]

Michael Glavassevich updated XERCESJ-1209:
------------------------------------------

    Fix Version/s: 2.9.0

> "union" and "list" are not allowed as values of block and blockDefault
> ----------------------------------------------------------------------
>
>                 Key: XERCESJ-1209
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1209
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: XML Schema Structures
>    Affects Versions: 2.8.1
>            Reporter: Michael Glavassevich
>         Assigned To: Michael Glavassevich
>             Fix For: 2.9.0
>
>
> Xerces 2.8.1 allows "union" and "list" to be specified as values of the block and blockDefault attributes. These are disallowed by the spec.  Only the following values are permitted:
> block = (#all | List of (extension | restriction | substitution)) [on an element declaration]
> blockDefault = (#all | List of (extension | restriction | substitution))  : ''

-- 
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: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Resolved: (XERCESJ-1209) "union" and "list" are not allowed as values of block and blockDefault

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1209?page=all ]

Michael Glavassevich resolved XERCESJ-1209.
-------------------------------------------

    Resolution: Fixed

Fixed in SVN.

> "union" and "list" are not allowed as values of block and blockDefault
> ----------------------------------------------------------------------
>
>                 Key: XERCESJ-1209
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1209
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: XML Schema Structures
>    Affects Versions: 2.8.1
>            Reporter: Michael Glavassevich
>         Assigned To: Michael Glavassevich
>
> Xerces 2.8.1 allows "union" and "list" to be specified as values of the block and blockDefault attributes. These are disallowed by the spec.  Only the following values are permitted:
> block = (#all | List of (extension | restriction | substitution)) [on an element declaration]
> blockDefault = (#all | List of (extension | restriction | substitution))  : ''

-- 
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: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org