3.1.4.1.1.16 t:PhysicalAddressDictionaryEntryType Complex Type
The PhysicalAddressDictionaryEntryType complex type contains information that defines a physical address, such as a street address.
-
<xs:complexType name="PhysicalAddressDictionaryEntryType"> <xs:sequence> <xs:element name="Street" type="xs:string" minOccurs="0" /> <xs:element name="City" type="xs:string" minOccurs="0" /> <xs:element name="State" type="xs:string" minOccurs="0" /> <xs:element name="CountryOrRegion" type="xs:string" minOccurs="0" /> <xs:element name="PostalCode" type="xs:string" minOccurs="0" /> </xs:sequence> <xs:attribute name="Key" type="t:PhysicalAddressKeyType" use="required" /> </xs:complexType>
Child Elements
Element name |
Type |
Description |
---|---|---|
Street |
xs:string [XMLSCHEMA2] |
Contains the street address for a contact (2) item. |
City |
xs:string |
Contains the city name for a contact (2) item. |
State |
xs:string |
Contains the state for a contact (2) item. |
CountryOrRegion |
xs:string |
Contains the country or region for a contact (2) item. |
PostalCode |
xs:string |
Contains the postal code for a contact (2) item. |
Attributes
Attribute name |
Type |
Description |
---|---|---|
Key |
t:PhysicalAddressKeyType (section 3.1.4.1.2.8) |
Identifies the types of physical addresses for a contact (2). |