| SCALE | Examples | 
| <SCALE | Attribute 
      Description Table  | 
|      rf ="double"  x ="double" y ="double" > No Child Elements </SCALE >  | |
| Bold: Attribute or child element is 
      required. | |
| Attribute | Usage | Back to Top | 
|---|---|---|
| rf | Relative factor such as 1:24000. The value for rf in this case would be 24000. | |
| x | X-coordinate representing the center of the map. | |
| y | Y-coordinate representing the center of the map. | |
| Example 1: | Back to Top | 
| <?xml version="1.0" 
      encoding="UTF-8"?> <ARCXML version="1.1"> <REQUEST> <GET_LAYOUT> <PROPERTIES> <IMAGESIZE width="500" height="700"/> <OUTPUT type="jpg"/> <ENVELOPE minx="0" miny="0" maxx="11" maxy="8.5" /> </PROPERTIES> <DATAFRAME id="Layers"> <SCALE rf="77000" y="37.32" x="-121.91" /> </DATAFRAME> </GET_LAYOUT> </REQUEST> </ARCXML>  | |