Complex Type speechType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Complex</type>
<name>speechType</name>
<comment>the complex type speechType defines the content model and attributes shared by all speech elements. Here the eId attribute is optional</comment>
Diagram
Diagram AkomaNtoso30-WD17_xsd_Element_num.tmp#num AkomaNtoso30-WD17_xsd_Element_heading.tmp#heading AkomaNtoso30-WD17_xsd_Element_subheading.tmp#subheading AkomaNtoso30-WD17_xsd_Complex_Type_basehierarchy.tmp#basehierarchy AkomaNtoso30-WD17_xsd_Attribute_Group_coreopt.tmp#coreopt AkomaNtoso30-WD17_xsd_Attribute_Group_speechAtts.tmp#speechAtts AkomaNtoso30-WD17_xsd_Element_from.tmp#from AkomaNtoso30-WD17_xsd_Element_blockList.tmp#blockList AkomaNtoso30-WD17_xsd_Element_blockContainer.tmp#blockContainer AkomaNtoso30-WD17_xsd_Element_tblock.tmp#tblock AkomaNtoso30-WD17_xsd_Element_toc.tmp#toc AkomaNtoso30-WD17_xsd_Element_Group_ANblock.tmp#ANblock AkomaNtoso30-WD17_xsd_Element_ul.tmp#ul AkomaNtoso30-WD17_xsd_Element_ol.tmp#ol AkomaNtoso30-WD17_xsd_Element_table.tmp#table AkomaNtoso30-WD17_xsd_Element_p.tmp#p AkomaNtoso30-WD17_xsd_Element_Group_HTMLblock.tmp#HTMLblock AkomaNtoso30-WD17_xsd_Element_foreign.tmp#foreign AkomaNtoso30-WD17_xsd_Element_block.tmp#block AkomaNtoso30-WD17_xsd_Element_Group_blockElements.tmp#blockElements
Type extension of basehierarchy
Type hierarchy
Used by
Elements answer, question, speech
Model (num{0,1} | heading{0,1} | subheading{0,1}) , from{0,1} , (blockList | blockContainer | tblock | toc | ul | ol | table | p | foreign | block)
Children block, blockContainer, blockList, foreign, from, heading, num, ol, p, subheading, table, tblock, toc, ul
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo eIdRef optional
as roleRef optional
by agentRef required
class xsd:string optional
eId noWhiteSpace optional
endTime xsd:dateTime optional
id optional
lang optional
period temporalGroupRef optional
refersTo list of referenceRef optional
space optional
startTime xsd:dateTime optional
status statusType optional
style xsd:string optional
title xsd:string optional
to agentRef optional
wId noWhiteSpace optional
Source
<xsd:complexType name="speechType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>speechType</name>
      <comment>the complex type speechType defines the content model and attributes shared by all speech elements. Here the eId attribute is optional</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="basehierarchy">
      <xsd:sequence>
        <xsd:element ref="from" minOccurs="0" maxOccurs="1"/>
        <xsd:sequence minOccurs="1" maxOccurs="unbounded">
          <xsd:group ref="blockElements"/>
        </xsd:sequence>
      </xsd:sequence>
      <xsd:attributeGroup ref="coreopt"/>
      <xsd:attributeGroup ref="speechAtts"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>