20.1.10.56 ST_ShapeType
This simple type specifies the preset shape geometry that is to be used for a shape. An enumeration of this simple type is used so that a custom geometry does not have to be specified but instead can be constructed automatically by the generating application. For each enumeration listed there is also the corresponding DrawingML code that would be used to construct this shape were it a custom geometry. Within the construction
code for each of these preset shapes there are predefined guides that the generating application shall maintain for calculation purposes at all times. The necessary guides should have the following values. Formula syntax components are defined in the fmla attribute of the gd element (20.1.9.11).
3/4 of a Circle (‘3cd4’) - Constant value of “16200000.0” The units here are in 60,000ths of a degree. This is equivalent to 270 degrees.
3/8 of a Circle (‘3cd8’) - Constant value of “8100000.0” The units here are in 60,000ths of a degree. This is equivalent to 135 degrees.
5/8 of a Circle (‘5cd8’) - Constant value of “13500000.0” The units here are in 60,000ths of a degree. This is equivalent to 225 degrees.
7/8 of a Circle (‘7cd8’) - Constant value of “18900000.0” The units here are in 60,000ths of a degree. This is equivalent to 315 degrees.
Shape Bottom Edge (‘b’) - Constant value of “h” This is the bottom edge of the shape and since the top edge of the shape is considered the 0 point, the bottom edge is thus the shape height.
1/2 of a Circle (‘cd2’) - Constant value of “10800000.0” The units here are in 60,000ths of a degree. This is equivalent to 180 degrees.
1/4 of a Circle (‘cd4’) - Constant value of “5400000.0” The units here are in 60,000ths of a degree. This is equivalent to 90 degrees.
1/8 of a Circle (‘cd8’) - Constant value of “2700000.0” The units here are in 60,000ths of a degree. This is equivalent to 45 degrees.
Shape Height (‘h’) This is the variable height of the shape defined in the shape properties. This value is received from the shape transform listed within the
Horizontal Center (‘hc’) - Calculated value of “*/ w 1.0 2.0” This is the horizontal center of the shape which is just the width divided by 2.
1/2 of Shape Height (‘hd2’) - Calculated value of “*/ h 1.0 2.0” This is 1/2 the shape height.
1/3 of Shape Height (‘hd3’) - Calculated value of “*/ h 1.0 3.0”
This is 1/3 the shape height.
1/4 of Shape Height (‘hd4’) - Calculated value of “*/ h 1.0 4.0” This is 1/4 the shape height.
1/5 of Shape Height (‘hd5’) - Calculated value of “*/ h 1.0 5.0” This is 1/5 the shape height.
1/6 of Shape Height (‘hd6’) - Calculated value of “*/ h 1.0 6.0” This is 1/6 the shape height.
1/8 of Shape Height (‘hd8’) - Calculated value of “*/ h 1.0 8.0” This is 1/8 the shape height.
Shape Left Edge (’l’) - Constant value of “0” This is the left edge of the shape and the left edge of the shape is considered the horizontal 0 point.
Longest Side of Shape (’ls’) - Calculated value of “max w h” This is the longest side of the shape. This value is either the width or the height depending on which is greater.
Shape Right Edge (‘r’) - Constant value of “w” This is the right edge of the shape and since the left edge of the shape is considered the 0 point, the right edge is thus the shape width.
Shortest Side of Shape (‘ss’) - Calculated value of “min w h” This is the shortest side of the shape. This value is either the width or the height depending on which is smaller.
1/2 Shortest Side of Shape (‘ssd2’) - Calculated value of “*/ ss 1.0 2.0” This is 1/2 the shortest side of the shape.
1/4 Shortest Side of Shape (‘ssd4’) - Calculated value of “*/ ss 1.0 4.0” This is 1/4 the shortest side of the shape.
1/6 Shortest Side of Shape (‘ssd6’) - Calculated value of “*/ ss 1.0 6.0” This is 1/6 the shortest side of the shape.
1/8 Shortest Side of Shape (‘ssd8’) - Calculated value of “*/ ss 1.0 8.0” This is 1/8 the shortest side of the shape.
1/16 Shortest Side of Shape (‘ssd16’) - Calculated value of “*/ ss 1.0 16.0”
- This is 1/16 the shortest side of the shape.
1/32 Shortest Side of Shape (‘ssd32’) - Calculated value of “*/ ss 1.0 32.0”
- This is 1/32 the shortest side of the shape.
Shape Top Edge (’t’) - Constant value of “0” This is the top edge of the shape and the top edge of the shape is considered the vertical 0 point.
Vertical Center of Shape (‘vc’) - Calculated value of “*/ h 1.0 2.0” This is the vertical center of the shape which is just the height divided by 2.
Shape Width (‘w’) This is the variable width of the shape defined in the shape properties. This value is received from the shape transform listed within the
1/2 of Shape Width (‘wd2’) - Calculated value of “*/ w 1.0 2.0” This is 1/2 the shape width.
1/3 of Shape Width (‘wd3’) - Calculated value of “*/ w 1.0 3.0”
- This is 1/3 the shape width.
1/4 of Shape Width (‘wd4’) - Calculated value of “*/ w 1.0 4.0” This is 1/4 the shape width.
1/5 of Shape Width (‘wd5’) - Calculated value of “*/ w 1.0 5.0”
This is 1/5 the shape width.
1/6 of Shape Width (‘wd6’) - Calculated value of “*/ w 1.0 6.0” This is 1/6 the shape width.
1/8 of Shape Width (‘wd8’) - Calculated value of “*/ w 1.0 8.0” This is 1/8 the shape width.
1/10 of Shape Width (‘wd10’) - Calculated value of “*/ w 1.0 10.0” This is 1/10 the shape width.
This simple type’s contents are a restriction of the W3C XML Schema token datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the accentBorderCallout1 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the accentBorderCallout2 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Enumeration Value
Accent Shape)
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the accentBorderCallout3 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the accentCallout1 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the accentCallout2 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the accentCallout3 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonBackPrevious element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonBeginning element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonBlank element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonDocument element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
Description
the actionButtonEnd element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonForwardNext element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonHelp element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonHome element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonInformation element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonMovie element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonReturn element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the actionButtonSound element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the arc element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the bentArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the bentConnector2 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the bentConnector3 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the bentConnector4 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the bentConnector5 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the bentUpArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the bevel element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the blockArc element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Enumeration Value
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the borderCallout1 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the borderCallout2 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the borderCallout3 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the bracePair element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the bracketPair element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the callout1 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the callout2 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the callout3 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the can element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the chartPlus element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the chartStar element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the chartX element in the preset shape geometries
Enumeration Value
Description
electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the chevron element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the chord element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
Description
the circularArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the cloud element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the cloudCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
Description
the corner element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the cornerTabs element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the cube element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Enumeration Value
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the curvedConnector2 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the curvedConnector3 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the curvedConnector4 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the curvedConnector5 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the curvedDownArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the curvedLeftArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the curvedRightArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the curvedUpArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the decagon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the diagStripe element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the diamond element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the dodecagon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the donut element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the doubleWave element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the downArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the downArrowCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the ellipse element in the preset shape geometries
Enumeration Value
Description
electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the ellipseRibbon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the ellipseRibbon2 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartAlternateProcess element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartCollate element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartConnector element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartDecision element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartDelay element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartDisplay element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the flowChartDocument element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartExtract element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartInputOutput element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the flowChartInternalStorage element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartMegneticDisk element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartMagneticDrum element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the flowChartMagneticTape element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartManualInput element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartManualOperation element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
Description
the flowChartMerge element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartMultidocument element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartOfflineStorage element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the flowChartOffpageConnector element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartOnlineStorage element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartOr element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the flowChartPredefinedProcess element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartPreparation element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartProcess element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the flowChartPunchedCard element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartPunchedTape element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartSort element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Shape)
Enumeration Value
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartSummingJunction element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the flowChartTerminator element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the foldedCorner element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the frame element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the funnel element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the gear6 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Enumeration Value
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the gear9 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the halfFrame element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the heart element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the heptagon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the hexagon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
(Horizontal Scroll
Shape)
Description
the homePlate element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the horizontalScroll element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the irregularSeal1 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the irregularSeal2 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftArrowCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftBrace element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftBracket element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftCircularArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Enumeration Value
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftRightArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftRightArrowCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftRightCircularArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to
Enumeration Value
Description
generate this preset shape definition is contained in the leftRightRibbon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftRightUpArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the leftUpArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the lightningBolt element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the line element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the lineInv element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the mathDivide element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the mathEqual element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the mathMinus element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the mathMultiply element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the mathNotEqual element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the mathPlus element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Enumeration Value
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the moon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the nonIsocelesTrapezoid element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the noSmoking element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the notchedRightArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the octagon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the parallelogram element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are
Enumeration Value
Description
described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the pentagon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the pie element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the pieWedge element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the plaque element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the plaqueTabs element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the plus element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the quadArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the quadArrowCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the rect element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the ribbon element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the ribbon2 element in the preset shape geometries
Enumeration Value
Description
electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the rightArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the rightArrowCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
Description
the rightBrace element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the rightBracket element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the round1Rect element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the round2DiagRect element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the round2SameRect element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the roundRect element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Enumeration Value
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the rtTriangle element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the smileyFace element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the snip1Rect element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the snip2DiagRect element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the snip2SameRect element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the snipRoundRect element in the preset shape geometries electronic addenda of Annex D. The
Enumeration Value
Description
constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the squareTabs element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star10 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
Description
the star12 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star16 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star24 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star32 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star4 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star5 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star6 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star7 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the star8 element in the preset shape geometries electronic addenda of Annex D. The constants used in
Enumeration Value
Description
that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the straightConnector1 element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the stripedRightArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
Description
the sun element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the swooshArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the teardrop element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
Enumeration Value
Description
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the trapezoid element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the triangle element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the upArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the upArrowCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the upDownArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in
Enumeration Value
Description
the upDownArrowCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the uturnArrow element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the verticalScroll element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall
Enumeration Value
Description
be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the wave element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the wedgeEllipseCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the wedgeRectCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
Enumeration Value
Description
Specifies a preset shape geometry. This geometry shall be designed to match the normative image below.
[Note: An example of DrawingML which can be used to generate this preset shape definition is contained in the wedgeRoundRectCallout element in the preset shape geometries electronic addenda of Annex D. The constants used in that markup are guides that are described in further detail above. end note]
[Note: The W3C XML Schema definition of this simple type’s content model (ST_ShapeType) is located in A.4.1. end note]