Simple Type posType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>posType</name>
<comment>This is the list of possible positions of the text being analyzed by the element in the analysis section</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration start
enumeration before
enumeration inside
enumeration after
enumeration end
enumeration unspecified
Used by
Attribute pos/@pos
Source
<xsd:simpleType name="posType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>posType</name>
      <comment>This is the list of possible positions of the text being analyzed by the element in the analysis section</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="start"/>
    <xsd:enumeration value="before"/>
    <xsd:enumeration value="inside"/>
    <xsd:enumeration value="after"/>
    <xsd:enumeration value="end"/>
    <xsd:enumeration value="unspecified"/>
  </xsd:restriction>
</xsd:simpleType>