Definition Type: ComplexType
Name: docRsidsElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml/sp2
Containing Schema: wordsp.xsd
Abstract
Documentation:
Full set of RSIDs for this doc.
Collapse XSD Schema Diagram:
Drilldown into rsid in schema wordsp_xsd Drilldown into rsidRoot in schema wordsp_xsdXSD Diagram of docRsidsElt in schema wordsp_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="docRsidsElt">
    <xsd:annotation>
        <xsd:documentation>Full set of RSIDs for this doc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="rsidRoot" type="longHexNumberProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Each rsid used in this document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rsid" type="longHexNumberProperty" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Each rsid used in this document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rsidRoot wsp:rsidRoot 0 1
rsid wsp:rsid 0 unbounded
Collapse Derivation Tree:
Collapse References:
wsp:rsids