Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |