Constraint problem

Submitted by jaderberg on Tuesday, 13 September, 2011 - 18:07
Issue ID
52
Component
Tool
Category
Bug report
Priority
Normal
Assigned
Status
Fixed
Source
ES5
Description

There seems to be a problem with the constraints in the generetaed XML schema. The unique check does not work, at least not all times.

Fixed Version
Issue Change Log
6/7/2018, 10:19:58 AM
Component- Select a value ->>Tool
Category- Select a value ->>Bug report
Priority- None ->>Normal
Assigned>>jaderberg (22)
Status- None ->>Fixed
9/18/2018, 11:27:34 AM

Posted by jaderberg on November 11, 2038 Permalink

There are two problems with the constrains that makes them not to work.
1. The namespace is missing
2. The name is not in LCC

E.g
This is how it is today

It should have been

Posted by jaderberg on November 11, 2038 Permalink

Solved. Correct namespace and naming convention.