Defines the type of the property.
xsd:QName
The type attribute is a required attribute of the property element.
All simple XML Schema data types are allowed.
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>