CT_SimpleField

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dirty ST_OnOff optional
fldLock ST_OnOff optional
instr ST_String required

Used By

Source

<xsd:complexType name="CT_SimpleField">
  <xsd:sequence>
    <xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="instr" type="s:ST_String" use="required"/>
  <xsd:attribute name="fldLock" type="s:ST_OnOff"/>
  <xsd:attribute name="dirty" type="s:ST_OnOff"/>
</xsd:complexType>