D
deronburba
I have a form based on an existing schema. From my take on the schema, the
element should not be required. When implementing the element as a drop down
list on the form, the "Cannot be blank" is checked and cannot be changed.
Why can't this be unchecked given the way the element is defined in the
schema?
Thanks.
<element minOccurs="0" ref="omb:ESPCFunding"/>
<element name="ESPCFunding" type="omb:yesNoString"/>
<simpleType name="yesNoString">
<restriction base="string">
<enumeration value="yes"/>
<enumeration value="no"/>
</restriction>
element should not be required. When implementing the element as a drop down
list on the form, the "Cannot be blank" is checked and cannot be changed.
Why can't this be unchecked given the way the element is defined in the
schema?
Thanks.
<element minOccurs="0" ref="omb:ESPCFunding"/>
<element name="ESPCFunding" type="omb:yesNoString"/>
<simpleType name="yesNoString">
<restriction base="string">
<enumeration value="yes"/>
<enumeration value="no"/>
</restriction>