PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3453

*** shadow/3453 Thu Sep  6 03:02:47 2001
--- shadow/3453.tmp.20926       Thu Sep  6 03:32:28 2001
***************
*** 2,9 ****
  | Problem with form attribute in attribute declarations                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 3453                        Product: Xerces-J                |
! |       Status: NEW                         Version: 1.4.3                   |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Blocker                  OS/Version: Windows NT/2K           |
  |     Priority: High                      Component: Schema-Structures       |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Problem with form attribute in attribute declarations                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 3453                        Product: Xerces-J                |
! |       Status: RESOLVED                    Version: 1.4.3                   |
! |   Resolution: INVALID                    Platform: PC                      |
  |     Severity: Blocker                  OS/Version: Windows NT/2K           |
  |     Priority: High                      Component: Schema-Structures       |
  +----------------------------------------------------------------------------+
***************
*** 25,28 ****
  
  Regards
  
! Thomas
--- 25,51 ----
  
  Regards
  
! Thomas
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-09-06 03:32 
-------
! I guess yor attribute was global.TopLevel attributes (i.e. global attributes)
! cannot have 'form' attribute. Its use is prohibited. 
! 
! A snippet of the schema for schema file :
! 
!             <xs:complexType name="topLevelAttribute">
!              <xs:complexContent>
!               <xs:restriction base="xs:attribute">
!                  <xs:sequence>
!                    <xs:element ref="xs:annotation" minOccurs="0"/>
!                    <xs:element name="simpleType" minOccurs="0" 
!                                                type="xs:localSimpleType"/>
!                   </xs:sequence>
!                   <xs:attribute name="ref" use="prohibited"/>
!                   <xs:attribute name="form" use="prohibited"/>
!                   <xs:attribute name="use" use="prohibited"/>
!                   <xs:attribute name="name" use="required" type="xs:NCName"/>
!                  </xs:restriction>
!                 </xs:complexContent>
!                </xs:complexType>
! 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to