For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library at VML Reference.
      
<callout
	on="tfType"
	type="xsd:string"
	gap="xsd:string"
	angle="xsd:string"
	dropauto="tfType"
	drop="See attribute definition.	distance="xsd:string"
	lengthspecified="tfType"
	length="xsd:float"
	accentbar="tfType"
	textborder="tfType"
	minusx="tfType"
	minusy="tfType"
	v:ext="[external type]"
/>
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:office | 
| Schema name | Common Properties | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| on | tfType | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | 
 | 
| type | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| gap | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| angle | Anonymous | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | 
 | 
| dropauto | tfType | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | 
 | 
| drop | Anonymous | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | |
| distance | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| lengthspecified | tfType | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | 
 | 
| length | xsd:float | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. | 
| accentbar | tfType | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | 
 | 
| textborder | tfType | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | 
 | 
| minusx | tfType | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | 
 | 
| minusy | tfType | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | 
 | 
| v:ext | external ref | optional | See external namespace. | See external namespace. | 
      
<xsd:element name="callout" >
  <xsd:complexType>
    <xsd:attribute ref="v:ext" use="optional"></xsd:attribute>
    <xsd:attribute name="on" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="type" type="xsd:string" use="optional"></xsd:attribute>
    <xsd:attribute name="gap" type="xsd:string" use="optional"></xsd:attribute>
    <xsd:attribute name="angle" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="any"></xsd:enumeration>
          <xsd:enumeration value="auto"></xsd:enumeration>
          <xsd:enumeration value="30"></xsd:enumeration>
          <xsd:enumeration value="45"></xsd:enumeration>
          <xsd:enumeration value="60"></xsd:enumeration>
          <xsd:enumeration value="90"></xsd:enumeration>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="dropauto" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="drop" use="optional">
      <xsd:simpleType>
        <xsd:union>
          <xsd:simpleType>
            <xsd:restriction base="xsd:float"></xsd:restriction>
          </xsd:simpleType>
          <xsd:simpleType>
            <xsd:restriction base="xsd:string">
              <xsd:enumeration value="top"></xsd:enumeration>
              <xsd:enumeration value="center"></xsd:enumeration>
              <xsd:enumeration value="bottom"></xsd:enumeration>
              <xsd:enumeration value="user"></xsd:enumeration>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:union>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="distance" type="xsd:string" use="optional"></xsd:attribute>
    <xsd:attribute name="lengthspecified" type="tfType" default="f" use="optional"></xsd:attribute>
    <xsd:attribute name="length" type="xsd:float" use="optional"></xsd:attribute>
    <xsd:attribute name="accentbar" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="textborder" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="minusx" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="minusy" type="tfType" use="optional"></xsd:attribute>
  </xsd:complexType>
</xsd:element>