Lack of typing of XML attributes in schema

Submitted by Anonymous (not verified) on Monday, 17 May, 2010 - 15:50
Source
Website

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.