xdEmptyString Type

Microsoft Office InfoPath

Show All Show All

xdEmptyString Type

Specifies an empty string.

Type

      xsd:string
    

Facets

Name Description
maxLength 0

Remarks

The xdEmptyString type is used for attributes in the form definition (.xsf) file that specify an empty string.

Example

The following example is the declaration of the xdEmptyString type:

    <xsd:simpleType name="xdEmptyString">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="0" />
   </xsd:restriction>
</xsd:simpleType>