Definition Type: Element
Name: Attribute
Namespace: http://schemas.microsoft.com/data/udc
Containing Schema: udc.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Does not apply to Excel data connections.
Collapse XSD Schema Diagram:
Drilldown into ClientParameterBinding in schema udc_xsd Drilldown into Name in schema udc_xsdXSD Diagram of Attribute in schema udc_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Attribute" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ClientParameterBinding">
                <xsd:annotation>
                    <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:attribute name="Name" type="xsd:string" use="required">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <xsd:attribute name="Location" type="xsd:string" use="optional">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <xsd:attribute name="Item" type="xsd:string" use="optional">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <xsd:attribute name="DefaultValue" type="xsd:string" use="optional">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <xsd:attribute name="Encode" type="xsd:string" use="optional">
                        <xsd:annotation>
                            <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="Name" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Does not apply to Excel data connections.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClientParameterBinding udc:ClientParameterBinding (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Name udc:Name (Optional)