Show AllShow 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>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp