type Attribute (property Element)

Microsoft Office InfoPath

Show All Show All

type Attribute (property Element)

Defines the type of the property.

Type

      xsd:QName
    

Remarks

The type attribute is a required attribute of the property element.

All simple XML Schema data types are allowed.

Example

The following is an example of the type attribute as it is used in the property element:

    <xsf:package>
   <xsf:files>
      <xsf:file name="view_1.xsl">
         <xsf:fileProperties>
            <xsf:property
               name="lang" 
               type="string"
               value="1033"/>
         </xsf:fileProperties>
      </xsf:file>
   </xsf:files>
</xsf:package>