Definition Type: ComplexType
Name: fldCharElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a field-delimiting character.
Collapse XSD Schema Diagram:
Drilldown into fldData in schema wordnet_xsd Drilldown into fldLock in schema wordnet_xsd Drilldown into fldCharType in schema wordnet_xsdXSD Diagram of fldCharElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="fldCharElt">
    <xsd:annotation>
        <xsd:documentation>Defines a field-delimiting character.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="fldData" type="stringType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents field data.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="fldCharType" type="fldCharTypeProperty">
        <xsd:annotation>
            <xsd:documentation>Specifies whether this field-delimiting character begins a field definition, separates the field definition from the field instructions, or ends the field definition.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="fldLock" type="onOffType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets whether the field is locked from being recalculated.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fldData W:fldData 0 1
Collapse Child Attributes:
Name Type Default Value Use
fldCharType W:fldCharType (Optional)
fldLock W:fldLock (Optional)
Collapse Derivation Tree:
Collapse References:
W:fldChar