这是我尝试生成的代码示例:
<xs:simpleType name="IVL">
<xs:restriction base="xs:duration"/>
</xs:simpleType>
<xs:complexType name="SF">
<xs:attribute name="varde" type="xs:boolean"/>
</xs:complexType>
生成了复杂类型,但省略了简单类型。
我是否缺少设置或其他东西,或者 WSCF.Blue 不能处理简单类型?