Partager via


3.1.4.1.2.8 t:PhysicalAddressKeyType Simple Type

The PhysicalAddressKeyType simple type identifies the types of physical addresses for a contact (2).

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

Enumeration

The following values are defined by the PhysicalAddressKeyType simple type:

Value

Meaning

Business

Identifies the address as a business address.

Home

Identifies the address as a home address.

Other

Identifies the address as an address of type other.