Address

Address Type
Address refers to an address in a named address system, such as street, city, state, etc.  Note that this needs to be code-based, that is, adaptable to different naming conventions of international locales.  For this purpose we have imported the Extensible Address Language from the OASIS Customer Information Quality Technical Committee under review as an OASIS standard and the PostalAddress Standard XML Schema from the Human Resources Consortium (HR-XML).

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
humlName xs:string required
id xs:ID required

Source

<xs:complexType name="Address">
  <xs:annotation>
    <xs:documentation xml:lang="en">Address Type Address refers to an address in a named address system, such as street, city, state, etc. Note that this needs to be code-based, that is, adaptable to different naming conventions of international locales. For this purpose we have imported the Extensible Address Language from the OASIS Customer Information Quality Technical Committee under review as an OASIS standard and the PostalAddress Standard XML Schema from the Human Resources Consortium (HR-XML).</xs:documentation>
    <xs:appinfo>NONE</xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="postal" type="xs:string"/>
    <xs:element name="residential" type="xs:string" minOccurs="0"/>
    <xs:element name="email" type="xs:string" minOccurs="0"/>
    <xs:element name="previous" type="xs:string" minOccurs="0"/>
    <xs:element name="current" type="xs:string" minOccurs="0"/>
  </xs:sequence>
  <xs:attributeGroup ref="humlIdentifierAtts"/>
</xs:complexType>