Hi All,

Xerces reprots this error on the follwoing element, I know why, but I
don't how to fix the schema, does anyone know how fix this schema?

- Error:
cos-nonambig: "":Code and WC[""] (or elements from their substitution
group) violate "Unique Particle Attribution".


- Element
<xs:element name="Status">
 <xs:complexType>
  <xs:sequence>
   <xs:element ref="Code" minOccurs="0"/>
   <xs:element ref="Description" maxOccurs="unbounded" minOccurs="0"/>
   <xs:element ref="Change" maxOccurs="unbounded" minOccurs="0"/>
   <xs:element ref="UserArea" minOccurs="0"/>

   <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="##other" processContents="lax"/>
    <xs:any namespace="##targetNamespace"/>
   </xs:choice>

  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>
</xs:element>

Thanks,
Benson.

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

Reply via email to