Here's a sample of the code I'm trying to generate:
<xs:simpleType name="IVL">
<xs:restriction base="xs:duration"/>
</xs:simpleType>
<xs:complexType name="SF">
<xs:attribute name="varde" type="xs:boolean"/>
</xs:complexType>
The Complex type is generated but the simple types are left out.
Am I missing a setting or something or aren't WSCF.Blue able to handle simple types?