docbook:address

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
annotations optional
arch optional
audience optional
condition optional
conformance optional
continuation restriction of xs:token optional
dir restriction of xs:token optional
language optional
linenumbering restriction of xs:token optional
linkend xs:IDREF optional
os optional
remap optional
revision optional
revisionflag restriction of xs:token optional
role optional
security optional
startinglinenumber xs:NMTOKEN optional
userlevel optional
vendor optional
version optional
wordsize optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xml:space restriction of xs:NCName optional
xreflabel optional

Used By

Elements docbook:acknowledgements, docbook:affiliation, docbook:annotation, docbook:answer, docbook:appendix, docbook:article, docbook:author, docbook:bibliodiv, docbook:biblioentry, docbook:bibliography, docbook:bibliolist, docbook:bibliomixed, docbook:bibliomset, docbook:biblioset, docbook:blockquote, docbook:callout, docbook:calloutlist, docbook:caption, docbook:caution, docbook:chapter, docbook:colophon, docbook:confgroup, docbook:constraintdef, docbook:cover, docbook:dedication, docbook:editor, docbook:entry, docbook:example, docbook:figure, docbook:footnote, docbook:glossary, docbook:glossdef, docbook:glossdiv, docbook:glosslist, docbook:important, docbook:index, docbook:indexdiv, docbook:info, docbook:informalexample, docbook:informalfigure, docbook:itemizedlist, docbook:legalnotice, docbook:listitem, docbook:msgexplan, docbook:msgtext, docbook:note, docbook:orderedlist, docbook:org, docbook:othercredit, docbook:para, docbook:partintro, docbook:person, docbook:preface, docbook:procedure, docbook:publisher, docbook:qandadiv, docbook:qandaset, docbook:question, docbook:refsect1, docbook:refsect2, docbook:refsect3, docbook:refsection, docbook:refsynopsisdiv, docbook:revdescription, docbook:sect1, docbook:sect2, docbook:sect3, docbook:sect4, docbook:sect5, docbook:section, docbook:setindex, docbook:sidebar, docbook:simplesect, docbook:step, docbook:taskprerequisites, docbook:taskrelated, docbook:tasksummary, docbook:td, docbook:textobject, docbook:th, docbook:tip, docbook:toc, docbook:tocdiv, docbook:variablelist, docbook:warning

Source

<xs:element name="address">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="docbook:inlinemediaobject"/>
      <xs:element ref="docbook:remark"/>
      <xs:element ref="docbook:superscript"/>
      <xs:element ref="docbook:subscript"/>
      <xs:element ref="docbook:xref"/>
      <xs:element ref="docbook:link"/>
      <xs:element ref="docbook:olink"/>
      <xs:element ref="docbook:anchor"/>
      <xs:element ref="docbook:biblioref"/>
      <xs:element ref="docbook:alt"/>
      <xs:element ref="docbook:annotation"/>
      <xs:element ref="docbook:indexterm"/>
      <xs:element ref="docbook:phrase"/>
      <xs:element ref="docbook:replaceable"/>
      <xs:element ref="docbook:personname"/>
      <xs:element ref="docbook:pob"/>
      <xs:element ref="docbook:street"/>
      <xs:element ref="docbook:city"/>
      <xs:element ref="docbook:state"/>
      <xs:element ref="docbook:postcode"/>
      <xs:element ref="docbook:country"/>
      <xs:element ref="docbook:phone"/>
      <xs:element ref="docbook:fax"/>
      <xs:element ref="docbook:email"/>
      <xs:element ref="docbook:uri"/>
      <xs:element ref="docbook:otheraddr"/>
    </xs:choice>
    <xs:attribute name="role"/>
    <xs:attributeGroup ref="docbook:db.common.attributes"/>
    <xs:attributeGroup ref="docbook:db.common.linking.attributes"/>
    <xs:attribute name="continuation">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="continues"/>
          <xs:enumeration value="restarts"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="linenumbering">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="numbered"/>
          <xs:enumeration value="unnumbered"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="startinglinenumber" type="xs:NMTOKEN"/>
    <xs:attribute name="language"/>
    <xs:attribute ref="xml:space"/>
  </xs:complexType>
</xs:element>

Sample