Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type speechType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
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-csd13_xsd_Element_num.tmp#num AkomaNtoso30-csd13_xsd_Element_heading.tmp#heading AkomaNtoso30-csd13_xsd_Element_subheading.tmp#subheading AkomaNtoso30-csd13_xsd_Complex_Type_basehierarchy.tmp#basehierarchy AkomaNtoso30-csd13_xsd_Attribute_Group_coreopt.tmp#coreopt AkomaNtoso30-csd13_xsd_Attribute_Group_speechAtts.tmp#speechAtts AkomaNtoso30-csd13_xsd_Element_from.tmp#from AkomaNtoso30-csd13_xsd_Element_blockList.tmp#blockList AkomaNtoso30-csd13_xsd_Element_blockContainer.tmp#blockContainer AkomaNtoso30-csd13_xsd_Element_tblock.tmp#tblock AkomaNtoso30-csd13_xsd_Element_toc.tmp#toc AkomaNtoso30-csd13_xsd_Element_Group_ANblock.tmp#ANblock AkomaNtoso30-csd13_xsd_Element_ul.tmp#ul AkomaNtoso30-csd13_xsd_Element_ol.tmp#ol AkomaNtoso30-csd13_xsd_Element_table.tmp#table AkomaNtoso30-csd13_xsd_Element_p.tmp#p AkomaNtoso30-csd13_xsd_Element_Group_HTMLblock.tmp#HTMLblock AkomaNtoso30-csd13_xsd_Element_foreign.tmp#foreign AkomaNtoso30-csd13_xsd_Element_block.tmp#block AkomaNtoso30-csd13_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 xsd:anyURI optional
as xsd:anyURI optional
by xsd:anyURI required
class xsd:string optional
eId noWhiteSpace optional
endTime xsd:dateTime optional
lang optional
period xsd:anyURI optional
refersTo list of xsd:anyURI optional
space optional
startTime xsd:dateTime optional
status statusType optional
style xsd:string optional
title xsd:string optional
to xsd:anyURI 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>