Defines the PANOSE number of a font.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | panoseType | required | Gets or sets the PANOSE typeface classification number. | length = 10 | 
      
<xsd:complexType name="panoseProperty" >
  <xsd:attribute name="val" type="panoseType" use="required">
  </xsd:attribute>
</xsd:complexType>