<xsd:element name="p">
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="sch:dir" />
<xsd:element ref="sch:emph" />
<xsd:element ref="sch:span" />
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" />
<xsd:attribute name="class" type="xsd:string" />
<xsd:attribute name="icon" type="xsd:anyURI" />
<xsd:anyAttribute namespace="##other" processContents="lax" />
<!--xsd:attribute name="xml:lang" type="xsd:language" -->
</xsd:complexType>
</xsd:element>
|