Simple Type placementType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>placementType</name>
<comment>This is the list of allowed values for the placement attribute of notes</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration side
enumeration left
enumeration right
enumeration bottom
enumeration inline
Used by
Attribute notes/@placement
Source
<xsd:simpleType name="placementType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>placementType</name>
      <comment>This is the list of allowed values for the placement attribute of notes</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="side"/>
    <xsd:enumeration value="left"/>
    <xsd:enumeration value="right"/>
    <xsd:enumeration value="bottom"/>
    <xsd:enumeration value="inline"/>
  </xsd:restriction>
</xsd:simpleType>