Schema.org PostalAddress Markup

HTML

<h2>Example 1</h2>
<div itemscope itemtype="http://schema.org/Person"> 
  <span itemprop="name">Jane Doe</span> 
  <img src="http://dev.bowdenweb.com/a/i/dev/etc/bushwick-bill-and-chucky.jpg" alt="Jane Doe (Looks alot like Bushwick Bill)" itemprop="image"><span itemprop="jobTitle">Professor</span> 
  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> 
    <span itemprop="streetAddress"> 
      20341 Whitworth Institute 
      405 N. Whitworth 
    </span> 
    <span itemprop="addressLocality">Seattle</span>, 
    <span itemprop="addressRegion">WA</span> 
    <span itemprop="postalCode">98052</span> 
  </div> 
  <span itemprop="telephone">(425) 123-4567</span> 
  <a href="mailto:[email protected]" itemprop="email"> 
    [email protected]</a> 
 
  Jane's home page: 
  <a href="www.janedoe.com" itemprop="url">janedoe.com</a> 
 
  Graduate students: 
  <a href="www.xyz.edu/students/alicejones.html" itemprop="colleagues"> 
    Alice Jones</a> 
  <a href="www.xyz.edu/students/bobsmith.html" itemprop="colleagues"> 
    Bob Smith</a> 
</div>
<h2>Example 2</h2>
<div itemscope itemtype="http://schema.org/LocalBusiness"> 
  <h1><span itemprop="name">Beachwalk Beachwear &amp; Giftware</span></h1> 
  <span itemprop="description"> A superb collection of fine gifts and clothing 
  to accent your stay in Mexico Beach.</span> 
  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> 
    <span itemprop="streetAddress">3102 Highway 98</span> 
    <span itemprop="addressLocality">Mexico Beach</span>, 
    <span itemprop="addressRegion">FL</span> 
  </div> 
  Phone: <span itemprop="telephone">850-648-4200</span> 
</div>
<h2>Example 3</h2>
<div itemscope itemtype="http://schema.org/Restaurant"> 
  <span itemprop="name">GreatFood</span> 
 
  <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> 
    <span itemprop="ratingValue">4</span> stars - 
    based on <span itemprop="reviewCount">250</span>...