Simple Type LegalSystemMods
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>LegalSystemMods</name>
<comment>The simple type LegalSystemMods lists all the types of modifications in the legal system as values for the type attribute of the LegalSystemMod element.</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration staticReference
enumeration implementation
enumeration ratification
enumeration application
enumeration legislativeDelegation
enumeration deregulation
enumeration conversion
enumeration expiration
enumeration reiteration
enumeration remaking
enumeration republication
enumeration coordination
Used by
Source
<xsd:simpleType name="LegalSystemMods">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>LegalSystemMods</name>
      <comment>The simple type LegalSystemMods lists all the types of modifications in the legal system as values for the type attribute of the LegalSystemMod element.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="staticReference"/>
    <xsd:enumeration value="implementation"/>
    <xsd:enumeration value="ratification"/>
    <xsd:enumeration value="application"/>
    <xsd:enumeration value="legislativeDelegation"/>
    <xsd:enumeration value="deregulation"/>
    <xsd:enumeration value="conversion"/>
    <xsd:enumeration value="expiration"/>
    <xsd:enumeration value="reiteration"/>
    <xsd:enumeration value="remaking"/>
    <xsd:enumeration value="republication"/>
    <xsd:enumeration value="coordination"/>
  </xsd:restriction>
</xsd:simpleType>