-
Type:
Story
-
Status: TSC VERIFY (View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Component/s: Schema
-
Labels:
In some cases we define a datatype that is simply a definition of the respective schema datatype:
<xs:simpleType name="dateTime">
<xs:restriction base="xs:dateTime"/>
</xs:simpleType>
these should be removed and inlined - already done in PrintTalk