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
Not sure how much of an impact on the schema this group has, but when using a policy setting e.g., TenantId="{Settings:Tenant}" while having the XML file associated with the schema:
as recommended in Troubleshoot policy validation causes the validator to throw errors for cvc-pattern-valid and cvc-attribute. I think both errors are due to characters {:} not passing the regular expression pattern set in the schema:
Not sure how much of an impact on the schema this group has, but when using a policy setting e.g.,
TenantId="{Settings:Tenant}"
while having the XML file associated with the schema:as recommended in Troubleshoot policy validation causes the validator to throw errors for cvc-pattern-valid and cvc-attribute. I think both errors are due to characters
{:}
not passing the regular expression pattern set in the schema:As a workaround I've had to exclude the directory that I develop in from validation using:
Consider hosting modified version of the schema, thanks.
The text was updated successfully, but these errors were encountered: