2.3.4.2.25 CT_Sketch

Target namespace: http://visThemeSchemaUri

Referenced by: CT_LineStyle

A complex type that specifies sketch effect set information of an effect scheme or connector scheme dynamic theme component in a dynamic theme.

Attributes:

lnAmp: An a:ST_PositiveFixedPercentage ([ISO/IEC29500-1:2016] section 22.9.2.10) attribute that specifies the amplitude of the path perturbations for a sketch effect set. The value of the structure MUST be expressed as a percentage, and MUST be greater than or equal to zero and less than or equal to one. The value is normalized such that a value of 1 corresponds to 100 percent. A value of zero specifies no perturbation to the path; a value of one specifies maximum perturbation.

fillAmp: An a:ST_PositiveFixedPercentage ([ISO/IEC29500-1:2016] section 22.9.2.10) attribute that specifies the amplitude of the fill perturbations for a sketch effect set. The value of the structure MUST be expressed as a percentage, and MUST be greater than or equal to zero and less than or equal to one. The value is normalized such that a value of 1 corresponds to 100 percent. A value of zero specifies no perturbation to the fill; a value of one specifies maximum perturbation.

lnWeight: An a:ST_PositiveCoordinate ([ISO/IEC29500-1:2016] section 22.1.10.42) attribute that specifies the amplitude of the path perturbations for a sketch effect set. The value of the structure MUST be expressed as a percentage, and MUST be greater than or equal to zero and less than or equal to one. The value is normalized such that a value of 1 corresponds to 100 percent. A value of zero specifies no perturbation to the path; a value of one specifies maximum perturbation.

numPts: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that specifies the number of points, distributed uniformly across each path segment of a shape, where perturbations are performed for a sketch effect set. It MUST have a value greater than or equal to zero and less than or equal to 25, with a default value of five.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Sketch" oxsd:cname="Sketch" oxsd:cwrap="noTemplate" oxsd:cexport="true">
   <xsd:attribute name="lnAmp" type="a:ST_PositiveFixedPercentage" use="optional" oxsd:cname="lnAmp"/>
   <xsd:attribute name="fillAmp" type="a:ST_PositiveFixedPercentage" use="optional" oxsd:cname="fillAmp"/>
   <xsd:attribute name="lnWeight" type="a:ST_PositiveCoordinate" use="optional" oxsd:cname="lnWeight"/>
   <xsd:attribute name="numPts" type="xsd:unsignedByte" use="optional" oxsd:cname="numPts"/>
 </xsd:complexType>