<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../../attribute.xsl"?>
<rdf:RDF xmlns:openid="http://axschema.org/type#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <rdf:Description rdf:about="http://axschema.org/pref/timezone">
    <rdfs:label>Time zone</rdfs:label>
    <rdfs:comment>Home time zone information (as specified in <xhtml:a href="http://en.wikipedia.org/wiki/List_of_tz_zones_by_name">zoneinfo</xhtml:a>)</rdfs:comment>
    <openid:example>"America/Pacific"</openid:example>
    <rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#normalizedString"></rdf:type>
    <openid:regexp>[a-zA-Z/-]+</openid:regexp>
  </rdf:Description>
</rdf:RDF>