Skip to main content
January 6, 2023
Question

regarding cdt field names, getting a strange error

  • January 6, 2023
  • 2 replies
  • 0 views

I have added 5 fields in backend database that is oracle db , now I have downloaded the existing xsd from the cdt, updated the xsd by adding the five columns, got this error while trying to create new version from XSD

    2 replies

    January 6, 2023

    will xsd accept field name like this or not DESCRIÇÃO_PREDIAL"?

    peter.lewis
    Employee
    January 6, 2023

    It looks to me like there are a few syntax errors within your XSD:

    • You shouldn't have an underscore before the name
    • It looks like there is an invalid character following your column definition that is showing up as a box

    I would try to make those changes and re-upload your XSD file. If that still doesn't work, can you post the full XSD file (please use a code box) so we can help you?