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