Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ForceMods
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Simple</type>
<name>ForceMods</name>
<comment>The simple type ForceMods lists all the types of modifications in force as values for the type attribute of the forceMod element.</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration entryIntoForce
enumeration endOfEnactment
enumeration postponementOfEntryIntoForce
enumeration prorogationOfForce
enumeration reEnactment
enumeration uncostitutionality
Used by
Attribute forceMod/@type
Source
<xsd:simpleType name="ForceMods">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>ForceMods</name>
      <comment>The simple type ForceMods lists all the types of modifications in force as values for the type attribute of the forceMod element.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="entryIntoForce"/>
    <xsd:enumeration value="endOfEnactment"/>
    <xsd:enumeration value="postponementOfEntryIntoForce"/>
    <xsd:enumeration value="prorogationOfForce"/>
    <xsd:enumeration value="reEnactment"/>
    <xsd:enumeration value="uncostitutionality"/>
  </xsd:restriction>
</xsd:simpleType>