DataColumn_Type complexType (Visio XML)
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="DataColumn_Type">
<xs:attribute name="ColumnNameID"
type="xsd:string"
use="required"
/>
<xs:attribute name="Name"
type="xsd:string"
use="required"
/>
<xs:attribute name="Label"
type="xsd:string"
use="required"
/>
<xs:attribute name="OrigLabel"
type="xsd:string"
/>
<xs:attribute name="LangID"
type="xsd:unsignedInt"
/>
<xs:attribute name="Calendar"
type="xsd:unsignedShort"
/>
<xs:attribute name="DataType"
type="xsd:unsignedShort"
/>
<xs:attribute name="UnitType"
type="xsd:string"
/>
<xs:attribute name="Currency"
type="xsd:unsignedShort"
/>
<xs:attribute name="Degree"
type="xsd:unsignedInt"
/>
<xs:attribute name="DisplayWidth"
type="xsd:unsignedInt"
/>
<xs:attribute name="DisplayOrder"
type="xsd:unsignedInt"
/>
<xs:attribute name="Mapped"
type="xsd:boolean"
/>
<xs:attribute name="Hyperlink"
type="xsd:boolean"
/>
</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 |
---|---|---|---|---|
Calendário |
xsd:unsignedShort |
opcional |
Valores do tipo xsd:unsignedShort. | |
ColumnNameID |
xsd:string |
obrigatório |
Valores do tipo xsd:string. | |
Moeda |
xsd:unsignedShort |
opcional |
Valores do tipo xsd:unsignedShort. | |
DataType |
xsd:unsignedShort |
opcional |
Valores do tipo xsd:unsignedShort. | |
Degree |
xsd:unsignedInt |
opcional |
Valores do tipo xsd:unsignedInt. | |
DisplayOrder |
xsd:unsignedInt |
opcional |
Valores do tipo xsd:unsignedInt. | |
DisplayWidth |
xsd:unsignedInt |
opcional |
Valores do tipo xsd:unsignedInt. | |
Hiperlink |
xsd:boolean |
opcional |
Valores do tipo xsd:boolean. | |
Rótulo |
xsd:string |
obrigatório |
Valores do tipo xsd:string. | |
LangID |
xsd:unsignedInt |
opcional |
Valores do tipo xsd:unsignedInt. | |
Mapped |
xsd:boolean |
opcional |
Valores do tipo xsd:boolean. | |
Name |
xsd:string |
obrigatório |
Valores do tipo xsd:string. | |
OrigLabel |
xsd:string |
opcional |
Valores do tipo xsd:string. | |
UnitType |
xsd:string |
opcional |
Valores do tipo xsd:string. |