Para

The element Para defines a paragraph within a Rubric. EXAMPLE<Para>some text in a paragraph</Para>
<Para>and another paragraph</Para>

Element Information

Model

Children: Reference, Term

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
The attribute class may be used to assign a class name to a Para. (Ed. in DTD but not described in EN 14463:2007 (E))

Used By

Element Group rubric.complex
Elements Cell, ListItem

Source

<xs:element name="Para">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Para defines a paragraph within a Rubric. EXAMPLE
      <Para>some text in a paragraph</Para>
      <Para>and another paragraph</Para>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="rubric.simple"/>
    <xs:attributeGroup ref="attlist.Para"/>
  </xs:complexType>
</xs:element>

Sample