<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>
|