Definition Type: ComplexType
Name: scriptAnchorType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a script in the document.
Collapse XSD Schema Diagram:
Drilldown into scriptText in schema wordnet_xsd Drilldown into args in schema wordnet_xsd Drilldown into language in schema wordnet_xsd Drilldown into scriptId in schema wordnet_xsdXSD Diagram of scriptAnchorType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="scriptAnchorType">
    <xsd:annotation>
        <xsd:documentation>Defines a script in the document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="scriptId" minOccurs="0" type="stringType">
            <xsd:annotation>
                <xsd:documentation>Represents script ID.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="language" minOccurs="0" type="stringType">
            <xsd:annotation>
                <xsd:documentation>Represents script language.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="args" minOccurs="0" type="stringType">
            <xsd:annotation>
                <xsd:documentation>Represents script arguments.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="scriptText" minOccurs="0" type="stringType">
            <xsd:annotation>
                <xsd:documentation>Represents script text.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
scriptId W:scriptId 0 (1)
language W:language 0 (1)
args W:args 0 (1)
scriptText W:scriptText 0 (1)
Collapse Derivation Tree:
Collapse References:
W:scriptAnchor