<pc>

<pc> (punctuation character) a character or string of characters regarded as constituting a single punctuation mark. 17.1 Linguistic Segment Categories
Modul analysis — 17 Simple Analytic Mechanisms
Neben global gültigen Attributen att.segLike (@function, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype)
force indicates the extent to which this punctuation mark conventionally separates words or phrases
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Gültige Werte:
strong
the punctuation mark is a word separator
weak
the punctuation mark is not a word separator
inter
the punctuation mark may or may not be a word separator
unit provides a name for the kind of unit delimited by this punctuation mark.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
pre indicates whether this punctuation mark precedes or follows the unit it delimits.
Zustand Optional
Datentyp

<rng:ref name="data.truthValue"/>
data.truthValue
Verwendet von
Kann enthalten
analysis: c
gaiji: g
Deklaration

<rng:element name="pc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.segLike.attributes"/>
 <rng:ref name="att.metrical.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="force">
   <rng:choice>
    <rng:value>strong</rng:value>
    <rng:value>weak</rng:value>
    <rng:value>inter</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="unit">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="pre">
   <rng:ref name="data.truthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="c"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element pc
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   attribute force { "strong" | "weak" | "inter" }?,
   attribute unit { data.enumerated }?,
   attribute pre { data.truthValue }?,
   ( text | model.gLike | c )*
}
Beispiel
<phr>
 <w>do</w>
 <w>you</w>
 <w>understand</w>
 <pc type="interrogative">?</pc>
</phr>