xdYesNo Type

Specifies a yes or no value.

Type

xsd:NMTOKEN

Facets

Name Description
enumeration yes
enumeration no

Remarks

The xdYesNo type is used for attributes in the form definition (.xsf) file that require a yes or no value.

Example

The following example is the declaration of the xdYesNo type:

<xsd:simpleType name="xdYesNo">
   <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="yes" />
      <xsd:enumeration value="no" />
   </xsd:restriction>
</xsd:simpleType>

Applies to | allowCustomization Attribute | autoComplete Attribute | automaticallyCreateNodes Attribute | dataFormSolution Attribute | disableMenuItem Attribute | enabled Attribute | initOnLoad Attribute | proofing Attribute | queryAllowed Attribute (adoAdapter Element) | queryAllowed Attribute (webServiceAdapter Element) | required Attribute | requireFullTrust Attribute | rootSchema Attribute | showSignatureReminder Attribute | showStatusDialog Attribute | submitAllowed Attribute (adoAdpater Element) | submitAllowed Attribute (webServiceAdapter Element) | viewable Attribute