<xsd:element name="mrk">
<xsd:complexType mixed="true">
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="xlf:ElemGroup_TextContent" />
<xsd:attribute name="mtype" type="xlf:AttrType_mtype" use="required" />
<xsd:attribute name="mid" type="xsd:NMTOKEN" use="optional" />
<xsd:attribute name="comment" type="xsd:string" use="optional" />
<xsd:anyAttribute namespace="##other" processContents="strict" />
</xsd:complexType>
</xsd:element>
|