FaceName_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="FaceName_Type">
<xs:attribute name="NameU"
type="xsd:string"
use="required"
/>
<xs:attribute name="UnicodeRanges"
type="xsd:string"
/>
<xs:attribute name="CharSets"
type="xsd:string"
/>
<xs:attribute name="Panos"
type="xsd:string"
/>
<xs:attribute name="Panose"
type="xsd:string"
/>
<xs:attribute name="Flags"
type="xsd:unsignedInt"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
CharSets |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
Flags |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
NameU |
xsd:string |
required |
|
Values of the xsd:string type. |
|
Panos |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
Panose |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
UnicodeRanges |
xsd:string |
optional |
|
Values of the xsd:string type. |