Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type eventType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Simple</type>
<name>eventType</name>
<comment>This is the list of allowed values for the type attribute of the event and action elements</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration generation
enumeration amendment
enumeration repeal
Used by
Attribute eventRef/@type
Source
<xsd:simpleType name="eventType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>eventType</name>
      <comment>This is the list of allowed values for the type attribute of the event and action elements</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="generation"/>
    <xsd:enumeration value="amendment"/>
    <xsd:enumeration value="repeal"/>
  </xsd:restriction>
</xsd:simpleType>