2.186.7 ScalePin.Shape

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ScalePin.Shape element specifies the shape of a ScalePin. This element is optional. If the ScalePin.Shape element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Rectangle: The marker is of type "Rectangle".

Triangle: The marker is of type "Triangle".

Circle: The marker is of type "Circle".

Diamond: The marker is of type "Diamond".

Trapezoid: The marker is of type "Trapezoid".

Star: The marker is of type "Star".

Wedge: The marker is of type "Wedge".

Pentagon: The marker is of type "Pentagon".

None: The marker is of type "None".

If the ScalePin.Shape element is not present, its value is interpreted as "Rectangle".

The following is the parent element of the ScalePin.Shape element.

Parent elements

ScalePin

The following is the XML Schema definition of the ScalePin.Shape element.

 <xsd:element name="Shape" type="xsd:string" minOccurs="0">