Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Informação de tipo
| Valor | |
|---|---|
|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
|
Arquivo de esquema |
VisioSchema15-2012-06-05.xsd |
|
Base da extensão |
Nenhum |
Definição
<xs:complexType name="HeaderFooterFont_Type">
<xs:attribute name="Height"
type="xsd:int"
/>
<xs:attribute name="Width"
type="xsd:int"
/>
<xs:attribute name="Escapement"
type="xsd:int"
/>
<xs:attribute name="Orientation"
type="xsd:int"
/>
<xs:attribute name="Weight"
type="xsd:int"
/>
<xs:attribute name="Italic"
type="xsd:unsignedByte"
/>
<xs:attribute name="Underline"
type="xsd:unsignedByte"
/>
<xs:attribute name="StrikeOut"
type="xsd:unsignedByte"
/>
<xs:attribute name="CharSet"
type="xsd:unsignedByte"
/>
<xs:attribute name="OutPrecision"
type="xsd:unsignedByte"
/>
<xs:attribute name="ClipPrecision"
type="xsd:unsignedByte"
/>
<xs:attribute name="Quality"
type="xsd:unsignedByte"
/>
<xs:attribute name="PitchAndFamily"
type="xsd:unsignedByte"
/>
<xs:attribute name="FaceName"
type="xsd:string"
/>
</xs:complexType>
Elementos e atributos
Se o esquema definir requisitos específicos, como sequence, minOccurs,maxOccurs e choice, confira a seção de definição.
Elementos filho
Nenhum.
Atributos
| Atributo | Tipo | Obrigatório | Descrição | Valores possíveis |
|---|---|---|---|---|
| CharSet |
xsd:unsignedByte |
opcional |
Valores do tipo xsd:unsignedByte. | |
| ClipPrecision |
xsd:unsignedByte |
opcional |
Valores do tipo xsd:unsignedByte. | |
| Escape |
xsd:int |
opcional |
Valores do tipo xsd:int. | |
| FaceName |
xsd:string |
opcional |
Valores do tipo xsd:string. | |
| Height |
xsd:int |
opcional |
Valores do tipo xsd:int. | |
| Itálico |
xsd:unsignedByte |
opcional |
Valores do tipo xsd:unsignedByte. | |
| Orientação |
xsd:int |
opcional |
Valores do tipo xsd:int. | |
| OutPrecision |
xsd:unsignedByte |
opcional |
Valores do tipo xsd:unsignedByte. | |
| PitchAndFamily |
xsd:unsignedByte |
opcional |
Valores do tipo xsd:unsignedByte. | |
| Qualidade |
xsd:unsignedByte |
opcional |
Valores do tipo xsd:unsignedByte. | |
| Riscado |
xsd:unsignedByte |
opcional |
Valores do tipo xsd:unsignedByte. | |
| Sublinhado |
xsd:unsignedByte |
opcional |
Valores do tipo xsd:unsignedByte. | |
| Peso |
xsd:int |
opcional |
Valores do tipo xsd:int. | |
| Width |
xsd:int |
opcional |
Valores do tipo xsd:int. |