<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"/>
<code> <em>{1,1}</em> <strong>{1,1}</strong> <a href="">{1,1}</a> <pre>{1,1}</pre> </code>
<xsd:element name="code" type="codeType"/>
<xsd:element name="pre" type="xsd:string"/>
<xsd:complexType name="aType" mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="em" type="emType"/> <xsd:element name="strong" type="strongType"/> <xsd:element name="code" type="codeType"/> <xsd:element name="pre" type="xsd:string"/> </xsd:choice> <xsd:attribute name="href" type="nonnullTokenType" use="optional"/> </xsd:complexType>
<xsd:attribute name="href" type="nonnullTokenType" use="optional"/>