Attribute speechAtts / @startTime
Namespace No namespace
Type xsd:dateTime
Properties
content: simple
Used by
Attribute Group speechAtts
Source
<xsd:attribute name="startTime" type="xsd:dateTime"/>
Attribute speechAtts / @endTime
Namespace No namespace
Type xsd:dateTime
Properties
content: simple
Used by
Attribute Group speechAtts
Source
<xsd:attribute name="endTime" type="xsd:dateTime"/>
Attribute speechAtts / @to
Namespace No namespace
Type agentRef
Properties
content: simple
Used by
Attribute Group speechAtts
Source
<xsd:attribute name="to" type="agentRef"/>
Attribute Group speechAtts
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>speechAtts</name>
<comment>The attributes in speechAtts are used in speeches to identify agents and roles of speeches. In particular, attribute 'by' identifies the speaker, optional attribute 'as' identifies the role under which the speaker is speaking, optional attribute startTime specifies the absolute date and time where the individual speech item started, optional attribute endTime specifies the absolute date and time where the individual speech item ended, and optional attribute to identifies the addressee of the speech. All of them are references to person or organization elements in the references section</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_agent.tmp#agent_by akomantoso30_xsd_Attribute_Group_agent.tmp#agent akomantoso30_xsd_Attribute_Group_role.tmp#role_as akomantoso30_xsd_Attribute_Group_role.tmp#role akomantoso30_xsd_Attribute_Group_speechAtts.tmp#speechAtts_startTime akomantoso30_xsd_Attribute_Group_speechAtts.tmp#speechAtts_endTime akomantoso30_xsd_Attribute_Group_speechAtts.tmp#speechAtts_to
Used by
Element speechGroup
Complex Type speechType
Attributes
QName Type Fixed Default Use Annotation
as roleRef optional
by agentRef required
endTime xsd:dateTime optional
startTime xsd:dateTime optional
to agentRef optional
Source
<xsd:attributeGroup name="speechAtts">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>speechAtts</name>
      <comment>The attributes in speechAtts are used in speeches to identify agents and roles of speeches. In particular, attribute 'by' identifies the speaker, optional attribute 'as' identifies the role under which the speaker is speaking, optional attribute startTime specifies the absolute date and time where the individual speech item started, optional attribute endTime specifies the absolute date and time where the individual speech item ended, and optional attribute to identifies the addressee of the speech. All of them are references to person or organization elements in the references section</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attributeGroup ref="agent"/>
  <xsd:attributeGroup ref="role"/>
  <xsd:attribute name="startTime" type="xsd:dateTime"/>
  <xsd:attribute name="endTime" type="xsd:dateTime"/>
  <xsd:attribute name="to" type="agentRef"/>
</xsd:attributeGroup>