QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
dirty | ST_OnOff | optional | ||||
fldCharType | ST_FldCharType | required | ||||
fldLock | ST_OnOff | optional |
Element | EG_RunInnerContent/fldChar |
<xsd:complexType name="CT_FldChar"> <xsd:choice> <xsd:element name="ffData" type="CT_FFData" minOccurs="0" maxOccurs="1"/> </xsd:choice> <xsd:attribute name="fldCharType" type="ST_FldCharType" use="required"/> <xsd:attribute name="fldLock" type="s:ST_OnOff"/> <xsd:attribute name="dirty" type="s:ST_OnOff"/> </xsd:complexType> |