Simple Type remarkType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>remarkType</name>
<comment>This is the list of allowed values for the type attribute of the remark element for the specification of editorial remarks (e.g., applauses, laughters, etc.) especially within debate records</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration sceneDescription
enumeration phenomenon
enumeration caption
enumeration translation
Used by
Attribute remarkType/@type
Source
<xsd:simpleType name="remarkType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>remarkType</name>
      <comment>This is the list of allowed values for the type attribute of the remark element for the specification of editorial remarks (e.g., applauses, laughters, etc.) especially within debate records</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="sceneDescription"/>
    <xsd:enumeration value="phenomenon"/>
    <xsd:enumeration value="caption"/>
    <xsd:enumeration value="translation"/>
  </xsd:restriction>
</xsd:simpleType>