sch:p

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.

Element Information

Model

((ANY element from ANY namespace OTHER than 'http://purl.oclc.org/dsdl/schematron' | ANY element from LOCAL namespace 'No Namespace')) | sch:dir | sch:emph | sch:span

Attributes

QName Type Fixed Default Use Inheritable Annotation
class sch:classValue optional
The schema can nominate paragraphs that should be rendered in a
distinct way, keyed with the class attribute.
icon sch:uriValue optional
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.
id xs:ID optional
The unique identifier with the schema for the p element.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://purl.oclc.org/dsdl/schematron'

Used By

Source

<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