Schema Central > OpenDocument 1.1 > form.xsd > form:text
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

form:text

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
form:name [0..1]text:stringfrom group text:common-form-control-attlist
form:control-implementation [0..1]text:namespacedTokenfrom group text:common-form-control-attlist
form:id [1..1]text:IDfrom group text:common-control-id-attlist
xforms:bind [0..1]text:stringfrom group text:xforms-bind-attlist
form:current-value [1..1]text:stringfrom group form:current-value3
form:disabled [0..1]text:booleanDefault value is "false". from group text:common-disabled-attlist
form:max-length [0..1]text:nonNegativeIntegerfrom group text:common-maxlength-attlist
form:printable [0..1]text:booleanDefault value is "true". from group text:common-printable-attlist
form:readonly [0..1]text:booleanDefault value is "false". from group text:common-readonly-attlist
form:tab-index [0..1]text:nonNegativeIntegerDefault value is "0". from group text:common-tab-attlist
form:tab-stop [0..1]text:booleanDefault value is "true". from group text:common-tab-attlist
form:title [0..1]xsd:anySimpleTypefrom group text:common-title-attlist
form:value [1..1]text:stringfrom group form:value3
form:convert-empty-to-null [0..1]text:booleanDefault value is "false". from group text:common-convert-empty-attlist
form:data-field [0..1]text:stringfrom group text:common-data-field-attlist

Used in

Substitution hierarchy

Sample instance

<form:text form:id="ID" form:current-value="string" form:value="string">
   <form:properties>
      <form:property form:property-name="string" office:value-type="float"/>
   </form:properties>
   <office:event-listeners>
      <script:event-listener script:event-name="string" script:language="string" xlink:actuate="onRequest"/>
   </office:event-listeners>
</form:text>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com