Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
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 Group quote
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
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-csd13_xsd_Attribute_Group_quote.tmp#quote_startQuote AkomaNtoso30-csd13_xsd_Attribute_Group_quote.tmp#quote_endQuote
Used by
Attributes
QName Type Fixed Default Use Annotation
endQuote 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:attributeGroup>