Issue ID
3
Component
Methodology
Category
Feature request
Priority
Normal
Assigned
Status
Fixed
Source
Website
Description
The generated schema does not specify typing for "fixed" XML attributes e.g. the attributes "modelBaseVersion" and the "targetClass"
The lack of explicit type for the attributes causes it to default to xs:anySimpleType.
Wouldn’t it be more logical to make these explicit xs:string? It should make code generators produce more acceptable, deterministic code from the schema.
{"changeLogs":[{"date":1527700978465,"componentOLD":"- Select a value -","component":"Methodology","categoryOLD":"- Select a value -","category":"Feature request","priorityOLD":"- None -","priority":"Normal","assignedOLD":"","assigned":"Josef Kaltwasser (18)","statusOLD":"- None -","status":"Fixed"},{"date":1527784913817},{"date":1537270952147}]}
#1
#2
Will be fixed on version 3.0
#3
Will be fixed in version 3.0
#4
In version 3 of the tool I have fixed this. type is set to xs:string.
#5