<em> <em>{1,1}</em> <strong>{1,1}</strong> <code>{1,1}</code> <a href="">{1,1}</a> <pre>{1,1}</pre> </em>
<xsd:element name="em" type="emType"/>
<strong> <em>{1,1}</em> <code>{1,1}</code> <a href="">{1,1}</a> <pre>{1,1}</pre> </strong>
<xsd:element name="strong" type="strongType"/>
<a href=""> <em>{1,1}</em> <strong>{1,1}</strong> <code>{1,1}</code> <pre>{1,1}</pre> </a>
<xsd:element name="a" type="aType"/>
<xsd:element name="pre" type="xsd:string"/>
<xsd:complexType name="codeType" mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="em" type="emType"/> <xsd:element name="strong" type="strongType"/> <xsd:element name="a" type="aType"/> <xsd:element name="pre" type="xsd:string"/> </xsd:choice> </xsd:complexType>