Definition Type: Element
Name: AttributeType
Namespace: uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
Containing Schema: schema.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Specifies a column in the Schema namespace.
Collapse XSD Schema Diagram:
Drilldown into datatype in schema schema_xsd Drilldown into name in schema rowsset_xsd Drilldown into name in schema schema_xsdXSD Diagram of AttributeType in schema schema_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="AttributeType" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies a column in the Schema namespace.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="datatype">
                <xsd:annotation>
                    <xsd:documentation>Specifies information about the data type of a column. Set to one of the types defined in dt.xsd.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:attribute ref="dt:type" use="optional" />
                    <xsd:attribute ref="dt:maxLength" use="optional" />
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="name" type="xsd:string" use="required">
            <xsd:annotation>
                <xsd:documentation>Set to the name of a field in the PivotTable cache. The value of this attribute must be set to the value of one of the type attributes specified in the ElementType element.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute ref="rs:name" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
datatype s:datatype (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name s:name Required
name rs:name Required