Definition Type: ComplexType
Name: CT_Vector
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
Containing Schema: shared-documentPropertiesVariantTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into cf in schema shared-documentpropertiesvarianttypes_xsd Drilldown into clsid in schema shared-documentpropertiesvarianttypes_xsd Drilldown into error in schema shared-documentpropertiesvarianttypes_xsd Drilldown into cy in schema shared-documentpropertiesvarianttypes_xsd Drilldown into bool in schema shared-documentpropertiesvarianttypes_xsd Drilldown into filetime in schema shared-documentpropertiesvarianttypes_xsd Drilldown into date in schema shared-documentpropertiesvarianttypes_xsd Drilldown into bstr in schema shared-documentpropertiesvarianttypes_xsd Drilldown into lpwstr in schema shared-documentpropertiesvarianttypes_xsd Drilldown into lpstr in schema shared-documentpropertiesvarianttypes_xsd Drilldown into r8 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into r4 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into ui8 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into ui4 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into ui2 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into ui1 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into i8 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into i4 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into i2 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into i1 in schema shared-documentpropertiesvarianttypes_xsd Drilldown into variant in schema shared-documentpropertiesvarianttypes_xsd Drilldown into size in schema shared-documentpropertiesvarianttypes_xsd Drilldown into baseType in schema shared-documentpropertiesvarianttypes_xsdXSD Diagram of CT_Vector in schema shared-documentpropertiesvarianttypes_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Vector">
    <xsd:choice minOccurs="1" maxOccurs="unbounded">
        <xsd:element ref="variant">
            <xsd:annotation>
                <xsd:documentation>Variant</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="i1">
            <xsd:annotation>
                <xsd:documentation>1-Byte Signed Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="i2">
            <xsd:annotation>
                <xsd:documentation>2-Byte Signed Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="i4">
            <xsd:annotation>
                <xsd:documentation>4-Byte Signed Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="i8">
            <xsd:annotation>
                <xsd:documentation>8-Byte Signed Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ui1">
            <xsd:annotation>
                <xsd:documentation>1-Byte Unsigned Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ui2">
            <xsd:annotation>
                <xsd:documentation>2-Byte Unsigned Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ui4">
            <xsd:annotation>
                <xsd:documentation>4-Byte Unsigned Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ui8">
            <xsd:annotation>
                <xsd:documentation>8-Byte Unsigned Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="r4">
            <xsd:annotation>
                <xsd:documentation>4-Byte Real Number</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="r8">
            <xsd:annotation>
                <xsd:documentation>8-Byte Real Number</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="lpstr">
            <xsd:annotation>
                <xsd:documentation>LPSTR</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="lpwstr">
            <xsd:annotation>
                <xsd:documentation>LPWSTR</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="bstr">
            <xsd:annotation>
                <xsd:documentation>Basic String</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="date">
            <xsd:annotation>
                <xsd:documentation>Date and Time</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="filetime">
            <xsd:annotation>
                <xsd:documentation>File Time</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="bool">
            <xsd:annotation>
                <xsd:documentation>Boolean</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cy">
            <xsd:annotation>
                <xsd:documentation>Currency</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="error">
            <xsd:annotation>
                <xsd:documentation>Error Status Code</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="clsid">
            <xsd:annotation>
                <xsd:documentation>Class ID</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cf">
            <xsd:annotation>
                <xsd:documentation>Clipboard Data</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="baseType" type="ST_VectorBaseType" use="required">
        <xsd:annotation>
            <xsd:documentation>Vector Base Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="size" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Vector Size</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
variant vt:variant (1) (1)
i1 vt:i1 (1) (1)
i2 vt:i2 (1) (1)
i4 vt:i4 (1) (1)
i8 vt:i8 (1) (1)
ui1 vt:ui1 (1) (1)
ui2 vt:ui2 (1) (1)
ui4 vt:ui4 (1) (1)
ui8 vt:ui8 (1) (1)
r4 vt:r4 (1) (1)
r8 vt:r8 (1) (1)
lpstr vt:lpstr (1) (1)
lpwstr vt:lpwstr (1) (1)
bstr vt:bstr (1) (1)
date vt:date (1) (1)
filetime vt:filetime (1) (1)
bool vt:bool (1) (1)
cy vt:cy (1) (1)
error vt:error (1) (1)
clsid vt:clsid (1) (1)
cf vt:cf (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
baseType vt:baseType Required
size vt:size Required
Collapse Derivation Tree:
Collapse References:
vt:vector