<xs:element name="simplemsgentry">
<xs:complexType>
<xs:sequence>
<xs:element ref="docbook:msgtext" />
<xs:element maxOccurs="unbounded" ref="docbook:msgexplan" />
</xs:sequence>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
<xs:attribute name="msgaud" />
<xs:attribute name="msgorig" />
<xs:attribute name="msglevel" />
</xs:complexType>
</xs:element>
|