<remarks>

<remarks> contains any commentary or discussion about the usage of an element, attribute, class, or entity not otherwise documented within the containing element. 22.4.4 Element Specifications 22.4.5 Attribute List Specification 22.4.6 Element Classes 22.4.7 Pattern Documentation
Modultagdocs — 22 Documentation Elements
Attribute att.translatable (@version)
Verwendet von
Kann enthalten
core: p
linking: ab
Deklaration

<rng:element name="remarks">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.translatable.attributes"/>
<rng:oneOrMore>
 <rng:ref name="model.pLike"/>
</rng:oneOrMore>
</rng:element>
element remarks
{
   att.global.attributes,
   att.translatable.attributes,
   model.pLike+
}
Beispiel
<remarks>
 <p>This element is probably redundant.</p>
</remarks>