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
the closing bracket after xsi:nil="true" is underlined in red:
See the diagnostic data:
{
"resource": "/Users/fbricon/Downloads/sample-resources 5/foo.xsd",
"owner": "_generated_diagnostic_collection_name_#0",
"code": "cvc-elt.3.1",
"severity": 8,
"message": "cvc-elt.3.1: Attribute 'http://www.w3.org/2001/XMLSchema-instance,nil' must not appear on element 'xs:complexType', because the {nillable} property of 'xs:complexType' is false.",
"source": "xml",
"startLineNumber": 5,
"startColumn": 52,
"endLineNumber": 5,
"endColumn": 52
}
The text was updated successfully, but these errors were encountered:
Given this wrong schema:
the closing bracket after
xsi:nil="true"
is underlined in red:See the diagnostic data:
The text was updated successfully, but these errors were encountered: