Common Content for Data Engineering 
			
			- Common Content for Data Engineering 10.2.2
 - All Products
 
           
      	
            
	
      Address:AddressType (base type) Address: AddressType Street City Address:USAddressType (derived type) Street City State ZipCode
<address xsi: type ="AddressType"> <street>1002 Mission St.</street> <city>san jose</city> </address> <address xsi:type="USAddressType"> <street>234 Fremont Blvd</street> <city>Fremont</city> <zip>94556</zip> <state>CA</state> </address>
Street  | City  | 
|---|---|
1002 Mission St.  | San Jose  | 
Street  | City  | State  | Zip  | 
|---|---|---|---|
234 Fremont Blvd.  | Sunnyvale  | CA  | 94556  |