<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy 2021 -->
<Company xmlns="http://my-company.com/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://my-company.com/namespace
AddressLast.xsd">
   <Address xsi:type="US-Address">
      <Name>US dependency</Name>
      <Street>Noble Ave.</Street>
      <City>Dallas</City>
      <Zip>04812</Zip>
      <State>Texas</State>
   </Address>
   <Person Manager="true" Degree="BA" Programmer="false">
      <First>Fred</First>
      <Last>Smith</Last>
      <PhoneExt>22</PhoneExt>
      <Email>Smith@work.com</Email>
   </Person>
</Company>