<?xml version="1.0"?>
<flag name="AMERICAN SAMOA" width="2">
    <status
        layout="yes"
        color="unknown"
        graphic="no"
    />
    <field color="blue" />
    <g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
        <polygon
            points="
                200, 0
                0, 50
                200, 100
            "
            fill="red"
        />
        <polygon
            points="
                230, 0
                30, 50
                230, 100
            "
            fill="white"
        />
        <!-- TODO: graphic -->
    </g>
</flag>

