Definition Type: Element
Name: extends
Namespace: uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
Containing Schema: schema.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Specifies extensions to a schema.
Collapse XSD Schema Diagram:
Drilldown into type in schema schema_xsdXSD Diagram of extends in schema schema_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
type s:type Required