ST_CalloutPlacement

Simple Type Information

Source

<xsd:simpleType name="ST_CalloutPlacement">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="top"/>
    <xsd:enumeration value="center"/>
    <xsd:enumeration value="bottom"/>
    <xsd:enumeration value="user"/>
  </xsd:restriction>
</xsd:simpleType>