Definition Type: Element
Name: attribute
Namespace: uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
Containing Schema: schema.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Specifies the attributes of the row element.
Collapse XSD Schema Diagram:
Drilldown into type in schema schema_xsdXSD Diagram of attribute in schema schema_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="attribute" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies the attributes of the row element.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="type" type="xsd:string" use="required">
            <xsd:annotation>
                <xsd:documentation>Contains the name of the attribute in the data element that follows the Schema element.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
type s:type Required