Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type richTextWithExactType
Namespace http://infoml.org/infomlFile
Annotations
multi-paragraph style text, plus an exact attribute (used to indicate
whether the text is an exact quotation or a paraphrase/summary
Diagram
Diagram infomlFile17.tmp#id39 infomlFile17.tmp#id40 infomlFile17.tmp#id43 infomlFile17.tmp#id77 infomlFile17.tmp#id38 infomlFile22.tmp#id87
Type extension of richTextType
Type hierarchy
Used by
Model p | quotation | poem | table
Children p, poem, quotation, table
Attributes
QName Type Fixed Default Use Annotation
exact xsd:boolean true optional
Source
<xsd:complexType name="richTextWithExactType">
  <xsd:annotation>
    <xsd:documentation>multi-paragraph style text, plus an exact attribute (used to indicate
                whether the text is an exact quotation or a paraphrase/summary</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="richTextType">
      <xsd:attribute name="exact" type="xsd:boolean" default="true"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Attribute richTextWithExactType / @exact
Namespace No namespace
Type xsd:boolean
Properties
default: true
Used by
Complex Type richTextWithExactType
Source
<xsd:attribute name="exact" type="xsd:boolean" default="true"/>