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