3.1.4.1.2.7 t:PhysicalAddressIndexType Simple Type

The PhysicalAddressIndexType simple type identifies the display types for physical addresses.

 <xs:simpleType name="PhysicalAddressIndexType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="None"
      />
     <xs:enumeration
       value="Business"
      />
     <xs:enumeration
       value="Home"
      />
     <xs:enumeration
       value="Other"
      />
   </xs:restriction>
 </xs:simpleType>
  

Enumeration

The following values are defined by the PhysicalAddressIndexType simple type:

Value

Meaning

None

Indicates that no type is specified for the address.

Business

Displays the address as a business address.

Home

Displays the address as a home address.

Other

Displays the address as an address of type other.