For more information on this type, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.

Type Information

Namespace urn:schemas-microsoft-com:office:office
Schema name office

Elements and Attributes

Child Elements

Element Type Description
proxy proxyElt For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.

Attributes

Attribute Type Required Description Possible Values
id xsd:string required For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. n/a
type Anonymous optional For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • arc
  • callout
  • connector
  • align
how Anonymous optional For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • top
  • middle
  • bottom
  • left
  • center
  • right
idref xsd:string optional For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. n/a

Definition

XML

<xsd:complexType name="rElt" ">
		
		<xsd:sequence>
			<xsd:element name="proxy" type="proxyElt" minOccurs="0" maxOccurs="unbounded">
				
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:string" use="required">
			
		</xsd:attribute>
		<xsd:attribute name="type" use="optional">
			
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:enumeration value="arc"></xsd:enumeration>
					<xsd:enumeration value="callout"></xsd:enumeration>
					<xsd:enumeration value="connector"></xsd:enumeration>
					<xsd:enumeration value="align"></xsd:enumeration>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:attribute>
		<xsd:attribute name="how" use="optional">
			
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:enumeration value="top"></xsd:enumeration>
					<xsd:enumeration value="middle"></xsd:enumeration>
					<xsd:enumeration value="bottom"></xsd:enumeration>
					<xsd:enumeration value="left"></xsd:enumeration>
					<xsd:enumeration value="center"></xsd:enumeration>
					<xsd:enumeration value="right"></xsd:enumeration>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:attribute>
		<xsd:attribute name="idref" type="xsd:string" use="optional">
			
		</xsd:attribute>
	</xsd:complexType>

©2006 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp