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/WD17
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.</comment>
Diagram
Diagram AkomaNtoso30-WD17_xsd_Attribute_Group_quote.tmp#quote_startQuote AkomaNtoso30-WD17_xsd_Attribute_Group_quote.tmp#quote_endQuote AkomaNtoso30-WD17_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.</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>