Attribute quote / @startQuote
Namespace No namespace
Type xsd:string
Properties
content: simple
Used by
Attribute Group quote
Source
<xsd:attribute name="startQuote" type="xsd:string"/>
Attribute quote / @endQuote
Namespace No namespace
Type xsd:string
Properties
content: simple
Used by
Attribute Group quote
Source
<xsd:attribute name="endQuote" type="xsd:string"/>
Attribute quote / @inlineQuote
Namespace No namespace
Type xsd:string
Properties
content: simple
Used by
Attribute Group quote
Source
<xsd:attribute name="inlineQuote" type="xsd:string"/>
Attribute Group quote
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>quote</name>
<comment>The attributes startQuote and endQuote are used in quotedText, quotedStructure, embeddedText and embeddedStructure to specify the start and quote character delimiting the quoted or embedded part. If the characters are the same, one can use only startQuote. Attribute inlineQuote is used for marking the character showing continuation of a quote e.g. at the beginning of each page or at the beginning of each line of the quote</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_quote.tmp#quote_startQuote akomantoso30_xsd_Attribute_Group_quote.tmp#quote_endQuote akomantoso30_xsd_Attribute_Group_quote.tmp#quote_inlineQuote
Used by
Attributes
QName Type Fixed Default Use Annotation
endQuote xsd:string optional
inlineQuote xsd:string optional
startQuote xsd:string optional
Source
<xsd:attributeGroup name="quote">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>quote</name>
      <comment>The attributes startQuote and endQuote are used in quotedText, quotedStructure, embeddedText and embeddedStructure to specify the start and quote character delimiting the quoted or embedded part. If the characters are the same, one can use only startQuote. Attribute inlineQuote is used for marking the character showing continuation of a quote e.g. at the beginning of each page or at the beginning of each line of the quote</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="startQuote" type="xsd:string"/>
  <xsd:attribute name="endQuote" type="xsd:string"/>
  <xsd:attribute name="inlineQuote" type="xsd:string"/>
</xsd:attributeGroup>