XML
Electrical Plug Types - XML
Electrical plug types are standardized by the IEC (International Electrotechnical Commission) and national standards. There are 15 plug types from Type A to Type N, each with different shapes, voltage/current specifications, and applicable countries. The difference in plug types is an important consideration for international travel and electrical product import/export. Major types include Type A/B for North America and Japan, Type C/F for Europe, Type G for the UK, Type I for Australasia and China, Type L for Italy, and Type N for Brazil and South Africa.
electrical
plug
socket
IEC standard
travel
power
standard
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>A</code>
<slug>type-a</slug>
<name>Type A</name>
<description>Ungrounded plug with two flat parallel pins.</description>
<countries>["USA","Canada","Mexico","Japan","Taiwan","China","Cambodia"]</countries>
<current>15A</current>
<features>["Ungrounded","Parallel pins","Insulated sleeves (newer standards)"]</features>
<standard>NEMA 1-15 / JIS C 8303 Class II</standard>
<voltage>100-127V</voltage>
</item>
<item>
<code>B</code>
<slug>type-b</slug>
<name>Type B</name>
<description>Grounded plug with two flat parallel pins and a round grounding pin.</description>
<countries>["USA","Canada","Mexico","Japan","Taiwan"]</countries>
<current>15A</current>
<features>["Grounded","Parallel pins","Ground-first design"]</features>
<standard>NEMA 5-15 / JIS C 8303 Class I</standard>
<voltage>100-127V</voltage>
</item>
<item>
<code>C</code>
<slug>type-c</slug>
<name>Type C</name>
<description>Europlug with two round pins.</description>
<countries>["European countries","Brazil","Korea","Russia","Italy","Switzerland","Denmark","India","Indonesia","Argentina","Australia"]</countries>
<current>2.5A</current>
<features>["Ungrounded","Round pins","Compact","Highly versatile"]</features>
<standard>CEE 7/16 (Europlug)</standard>
<voltage>220-240V</voltage>
</item>
<item>
<code>F</code>
<slug>type-f</slug>
<name>Type F</name>
<description>Schuko plug with two round pins and side earthing clips.</description>
<countries>["Germany","Austria","Netherlands","Spain","Portugal","Sweden","Norway","Finland","Korea","Russia","Indonesia"]</countries>
<current>16A</current>
<features>["Grounded","Round pins","Side clip grounding","Recessed socket"]</features>
<standard>CEE 7/4 (Schuko)</standard>
<voltage>220-240V</voltage>
</item>
<item>
<code>G</code>
<slug>type-g</slug>
<name>Type G</name>
<description>British standard plug with three rectangular pins.</description>
<countries>["UK","Ireland","Hong Kong","Singapore","Malaysia","Saudi Arabia","UAE","Cambodia"]</countries>
<current>13A</current>
<features>["Grounded","Rectangular pins","Built-in fuse","Insulated pins"]</features>
<standard>BS 1363</standard>
<voltage>220-240V</voltage>
</item>
<item>
<code>I</code>
<slug>type-i</slug>
<name>Type I</name>
<description>Australasian/China standard plug with 2-3 angled flat pins.</description>
<countries>["Australia","New Zealand","China","Argentina","Brazil"]</countries>
<current>10A</current>
<features>["Grounded/ungrounded","Angled flat pins","Inverted V arrangement"]</features>
<standard>AS/NZS 3112 / IRAM 2073</standard>
<voltage>220-240V</voltage>
</item>
<item>
<code>L</code>
<slug>type-l</slug>
<name>Type L</name>
<description>Italian standard plug with three round pins in a line.</description>
<countries>["Italy","Chile"]</countries>
<current>10A/16A</current>
<features>["Grounded","Round pins","In-line arrangement","10A/16A variants"]</features>
<standard>CEI 23-50</standard>
<voltage>230V</voltage>
</item>
<item>
<code>N</code>
<slug>type-n</slug>
<name>Type N</name>
<description>Brazil/South Africa standard plug based on IEC 60906-1 with three round pins.</description>
<countries>["Brazil","South Africa","Paraguay"]</countries>
<current>10A/16A/20A</current>
<features>["Grounded","Round pins","Triangular arrangement","Insulated sleeves","Shuttered sockets","Wide voltage range"]</features>
<standard>IEC 60906-1 / NBR 14136 / SANS 164-2</standard>
<voltage>100-240V</voltage>
</item>
</items>