Compartir a través de


DataColumn_Type complexType (XML de Visio)

Información de tipos

Valor
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Archivo de esquema
VisioSchema15-2012-06-05.xsd
Base de extensión
Ninguno

Definición

      <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 y atributos

Si el esquema define requisitos específicos, como sequence, minOccurs, maxOccurs y choice, consulte la sección de definición.

Elementos secundarios

Ninguno.

Atributos

Atributo Tipo Obligatorio Descripción Posibles valores
Calendario
xsd:unsignedShort
opcional
Valores del tipo xsd:unsignedShort.
ColumnNameID
xsd:string
necesario
Valores del tipo xsd:string.
Moneda
xsd:unsignedShort
opcional
Valores del tipo xsd:unsignedShort.
DataType
xsd:unsignedShort
opcional
Valores del tipo xsd:unsignedShort.
Degree
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
DisplayOrder
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
DisplayWidth
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
Hyperlink
xsd:boolean
opcional
Valores del tipo xsd:boolean.
Etiqueta
xsd:string
necesario
Valores del tipo xsd:string.
LangID
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
Asignado
xsd:boolean
opcional
Valores del tipo xsd:boolean.
Nombre
xsd:string
necesario
Valores del tipo xsd:string.
OrigLabel
xsd:string
opcional
Valores del tipo xsd:string.
UnitType
xsd:string
opcional
Valores del tipo xsd:string.