2.2.1.1.4 xdYesNo

The xdYesNo simple type specifies enumeration values for specifying a "yes" or "no" value.

no: This value evaluates to "no".

yes: This value evaluates to "yes".

Referenced By

action.xsfschema@canInitiateWorkflow

adoAdapter.xsfschema@queryAllowed

adoAdapter.xsfschema@submitAllowed

autoUpdatePrompt.xsf2.2.2.2.38@showPrompt

baseUrl.xsf2.2.3.2.2@queryServerInfo

bdcAdapter.xsfschema@queryAllowed

bdcAdapter.xsfschema@submitAllowed

calculations.xsfschema@treatBlankValueAsZero

closeDocumentAction.xsfschema@promptToSaveChanges

contentTypeTemplate.xsf2.2.2.2.10@browserEnable

dataObject.xsfschema@initOnLoad

davAdapter.xsfschema@overwriteAllowed

davAdapter.xsfschema@queryAllowed

davAdapter.xsfschema@submitAllowed

documentSchema.xsfschema@rootSchema

editWith.xsfschema@autoComplete

editWith.xsfschema@proofing

emailAdapter.xsfschema@queryAllowed

emailAdapter.xsfschema@submitAllowed

field.grooveAdapter.xsfschema@isLookup

field.sharepointListAdapter.xsfschema@isLookup

field.sharepointListAdapterRW.xsfschema@appendOnly

field.sharepointListAdapterRW.xsfschema@required

field.xsfschema@required

field.xsfschema@viewable

fieldExtension.xsf2.2.2.2.20@readWrite

grooveAdapter.xsfschema@queryAllowed

grooveAdapter.xsfschema@queryThisFormOnly

grooveAdapter.xsfschema@submitAllowed

hwsAdapter.xsfschema@queryAllowed

hwsAdapter.xsfschema@submitAllowed

hwsWorkflow.xsfschema@taskpaneVisible

importParameters.xsfschema@enabled

importParameters.xsfschema@useScriptHandler

managedCode.xsf2.2.2.2.43@enabled

mergedPrintView.xsf2.2.2.2.14@isCustomizable

mergedPrintView.xsf2.2.2.2.14@isDefault

offline.xsf2.2.2.2.17@cacheQueries

offline.xsf2.2.2.2.17@openIfQueryFails

partFragment.xsfschema@sendAsString

printSettings.xsfschema@collate

roles.xsfschema@hideStatusBarDisplay

rule.xsfschema@isEnabled

scripts.xsfschema@enforceScriptTimeout

sendByMail.xsf2.2.2.2.31@disableEmailForms

server.xsf2.2.2.2.2@isMobileEnabled

server.xsf2.2.2.2.2@isPreSubmitPostBackEnabled

sharepointListAdapter.xsfschema@queryAllowed

sharepointListAdapter.xsfschema@submitAllowed

sharepointListAdapterExtension.xsf2.2.2.2.30@queryThisFormOnly

sharepointListAdapterRW.xsfschema@autogen

sharepointListAdapterRW.xsfschema@queryAllowed

sharepointListAdapterRW.xsfschema@queryOneItemOnly

sharepointListAdapterRW.xsfschema@sortAscending

sharepointListAdapterRW.xsfschema@submitAllowed

sharepointListAdapterRWExtension.xsf2.2.2.2.54@queryThisFormOnly

signatureLine.xsf2.2.3.2.12@showDate

signSignatureLineAction.xsfschema@checkHostEnabled

signSignatureLineAction.xsfschema@isExpression

signSignatureLineAction.xsfschema@isSignaturePictureExpression

signSignatureLineAction.xsfschema@signaturePictureEnabled

solutionDefinition.xsf2.2.2.2.1@allowClientOnlyCode

solutionDefinition.xsf2.2.2.2.1@verifyOnServer

solutionMode.xsf2.2.3.2.7@autogenerated

solutionMode.xsf2.2.3.2.7@isListEditForm

solutionProperties.xsfschema@allowCustomization

solutionProperties.xsfschema@automaticallyCreateNodes

submit.xsf2.2.2.2.44@disableMenuItem

submit.xsf2.2.2.2.44@showSignatureReminder

submit.xsf2.2.2.2.44@showStatusDialog

submit.xsfschema@disableMenuItem

submit.xsfschema@showSignatureReminder

submit.xsfschema@showStatusDialog

submitToHostAdapter.xsfschema@queryAllowed

submitToHostAdapter.xsfschema@submitAllowed

suggestedSignerEmailAddress.signatureLin@isCalculation

suggestedSignerName.signatureLine.xsf2.2.3.2.14@isCalculation

suggestedSignerTitle.signatureLine.xsf2.2.3.2.15@isCalculation

toolbar.xsf2.2.2.2.3@enabledBottom

toolbar.xsf2.2.2.2.3@enabledTop

view.xsfschema@showMenuItem

viewExtension.xsf2.2.2.2.35@clientOnly

viewExtension.xsf2.2.2.2.35@readOnly

warning.xsf2.2.2.2.33@hidden

webServiceAdapter.xsfschema@queryAllowed

webServiceAdapter.xsfschema@submitAllowed

webServiceAdapter.xsfschema@useDataSet

webServiceAdapterExtension.xsf2.2.2.2.26@trackDataSetChanges

wss.xsf2.2.2.2.8@browserEnable

xDocumentClass.xsfschema@dataFormSolution

xDocumentClass.xsfschema@requireFullTrust

xmlFileAdapterExtension.xsf2.2.2.2.29@isRest

xmlToEditExtension.xsf2.2.2.2.36@allowLinkedImages

xmlToEditExtension.xsf2.2.2.2.36@excludeEmbeddedImages

xmlToEditExtension.xsf2.2.3.2.10@excludeHyperlink

xmlToEditExtension.xsf2.2.3.2.10@excludeTables

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

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