Definition Type: Element
Name: ElementType
Namespace: uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
Containing Schema: schema.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Describes the row element.
Collapse XSD Schema Diagram:
Drilldown into extends in schema schema_xsd Drilldown into attribute in schema schema_xsd Drilldown into content in schema schema_xsd Drilldown into name in schema schema_xsdXSD Diagram of ElementType in schema schema_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="ElementType">
    <xsd:annotation>
        <xsd:documentation>Describes the row element.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <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>
            <xsd:element name="extends" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Specifies extensions to a schema.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:attribute name="type" type="xsd:string" use="required">
                        <xsd:annotation>
                            <xsd:documentation>Contains the name of a namespace and element that is an extension to the schema. This is always set to rs:rowbase.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="name" type="xsd:string" use="required">
            <xsd:annotation>
                <xsd:documentation>Specifies the name of the element of the data element that follows the schema. This is always set to row.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="content" type="xsd:string" use="required">
            <xsd:annotation>
                <xsd:documentation>Specifies what the row element is allowed to contain. Must be set to eltOnly.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
attribute s:attribute 0 unbounded
extends s:extends 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name s:name Required
content s:content Required