You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplifying element (rather than type) results in 'Unable to honor this as-element-property customization. It is attached to a wrong place, or its inconsistent with other bindings.'.
#164
Open
dolgorukee opened this issue
Jan 24, 2023
· 1 comment
`
<xsd:schema xmlns="http://www.example.com/schema-a"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:schema-b="http://www.example.com/schema-b"
targetNamespace="http://www.example.com/schema-a"
elementFormDefault="qualified">
</xsd:schema>
`
`
<xsd:schema xmlns="http://www.example.com/schema-b"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.example.com/schema-b"
elementFormDefault="qualified">
</xsd:schema>
`
How to simplify the choice in example-element. Adding binding or directly in the schema results in the error from the title.
The text was updated successfully, but these errors were encountered: