2.187 PinLabel

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

The PinLabel element specifies a label for a ScalePin. This element is optional.

The following are the parent and child elements of the PinLabel element.

Parent elements

ScalePin

Child elements

PinLabel.AllowUpsideDown

PinLabel.DistanceFromScale

PinLabel.FontAngle

PinLabel.Placement

PinLabel.RotateLabel

PinLabel.Style

PinLabel.Text

PinLabel.UseFontPercent

The following is the XML Schema definition of the PinLabel element in RDL 2008/01.

 <xsd:complexType name="PinLabelType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="Text" type="xsd:string" minOccurs="0" />
     <xsd:element name="AllowUpsideDown" type="xsd:string" minOccurs="0" />
     <xsd:element name="DistanceFromScale" type="xsd:string" minOccurs="0" />
     <xsd:element name="FontAngle" type="xsd:string" minOccurs="0" />
     <xsd:element name="Placement" type="xsd:string" minOccurs="0" />
     <xsd:element name="RotateLabel" type="xsd:string" minOccurs="0" />
     <xsd:element name="UseFontPercent" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the PinLabel element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="PinLabelType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="Text" type="xsd:string" minOccurs="0" />
     <xsd:element name="AllowUpsideDown" type="xsd:string" minOccurs="0" />
     <xsd:element name="DistanceFromScale" type="xsd:string" minOccurs="0" />
     <xsd:element name="FontAngle" type="xsd:string" minOccurs="0" />
     <xsd:element name="Placement" type="xsd:string" minOccurs="0" />
     <xsd:element name="RotateLabel" type="xsd:string" minOccurs="0" />
     <xsd:element name="UseFontPercent" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>