Simple Type MeaningMods
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>MeaningMods</name>
<comment>The simple type MeaningMods lists all the types of modifications in meaning as values for the type attribute of the meaningMod element.</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration variation
enumeration termModification
enumeration authenticInterpretation
Used by
Source
<xsd:simpleType name="MeaningMods">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>MeaningMods</name>
      <comment>The simple type MeaningMods lists all the types of modifications in meaning as values for the type attribute of the meaningMod element.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="variation"/>
    <xsd:enumeration value="termModification"/>
    <xsd:enumeration value="authenticInterpretation"/>
  </xsd:restriction>
</xsd:simpleType>