<xs:element name="p">
<xs:annotation>
<xs:documentation>A paragraph of natural language text containing maintainer and user information about the parent element.
<br/>An implementation is not required to make use of this element.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="sch:foreign"/>
<xs:element ref="sch:dir"/>
<xs:element ref="sch:emph"/>
<xs:element ref="sch:span"/>
</xs:choice>
<xs:attribute name="id" type="xs:ID">
<xs:annotation>
<xs:documentation>The unique identifier with the schema for the p element.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="class" type="sch:classValue">
<xs:annotation>
<xs:documentation>The schema can nominate paragraphs that should be rendered in a distinct way, keyed with the class attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="icon" type="sch:uriValue">
<xs:annotation>
<xs:documentation>The location of a graphics file containing some visible representation of the severity, significance or other grouping of the associated element.
<br/>An implementation is not required to make use of this attribute.</xs:documentation>
</xs:annotation>
</xs:at |