Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type EfficacyMods
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Simple</type>
<name>EfficacyMods</name>
<comment>The simple type EfficacyMods lists all the types of modifications in efficacy as values for the type attribute of the efficacyMod element.</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration entryIntoEfficacy
enumeration endOfEfficacy
enumeration inapplication
enumeration retroactivity
enumeration extraefficacy
enumeration postponementOfEfficacy
enumeration prorogationOfEfficacy
Used by
Attribute efficacyMod/@type
Source
<xsd:simpleType name="EfficacyMods">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>EfficacyMods</name>
      <comment>The simple type EfficacyMods lists all the types of modifications in efficacy as values for the type attribute of the efficacyMod element.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="entryIntoEfficacy"/>
    <xsd:enumeration value="endOfEfficacy"/>
    <xsd:enumeration value="inapplication"/>
    <xsd:enumeration value="retroactivity"/>
    <xsd:enumeration value="extraefficacy"/>
    <xsd:enumeration value="postponementOfEfficacy"/>
    <xsd:enumeration value="prorogationOfEfficacy"/>
  </xsd:restriction>
</xsd:simpleType>