Showing:

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