<xsd:complexType name="CT_FldChar">
<xsd:choice>
<xsd:element name="fldData" type="CT_Text" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Custom Field Data</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ffData" type="CT_FFData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Form Field Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="numberingChange" type="CT_TrackChangeNumbering" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Previous Numbering Field Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:attribute name="fldCharType" type="ST_FldCharType" use="required">
<xsd:annotation>
<xsd:documentation>Field Character Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fldLock" type="ST_OnOff">
<xsd:annotation>
<xsd:documentation>Field Should Not Be Recalculated</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dirty" type="ST_OnOff">
<xsd:annotation>
<xsd:documentation>Field Result Invalidated</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|