Simple Type restrictionType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Simple</type>
<name>restrictionType</name>
<comment>This is the list of allowed values for the restriction type attribute</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration jurisdiction
Used by
Source
<xsd:simpleType name="restrictionType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>restrictionType</name>
      <comment>This is the list of allowed values for the restriction type attribute</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="jurisdiction"/>
  </xsd:restriction>
</xsd:simpleType>