Simple Type TextualMods
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>TextualMods</name>
<comment>The simple type TextualMods lists all the types of textual modifications as values for the type attribute of the textualMod element.</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration repeal
enumeration substitution
enumeration insertion
enumeration replacement
enumeration renumbering
enumeration split
enumeration join
Used by
Source
<xsd:simpleType name="TextualMods">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>TextualMods</name>
      <comment>The simple type TextualMods lists all the types of textual modifications as values for the type attribute of the textualMod element.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="repeal"/>
    <xsd:enumeration value="substitution"/>
    <xsd:enumeration value="insertion"/>
    <xsd:enumeration value="replacement"/>
    <xsd:enumeration value="renumbering"/>
    <xsd:enumeration value="split"/>
    <xsd:enumeration value="join"/>
  </xsd:restriction>
</xsd:simpleType>