Example XML documents for xNL and xAL
Example XML documents for xNL and xAL From: http://www.oasis-open.org/committees/ciq/ciq.shtml
<?xml version="1.0"?> <!-- Examples based on xNL V1.1 DTD --> <!DOCTYPE xNL SYSTEM "xNL.dtd"> <xNL> <NameDetails CustomerType="Person"> <PersonName> <Title>Mr</Title> <FirstName Type="GivenName">Ram</FirstName> <MiddleName>Laxhman</MiddleName> <MiddleName Type="Initial">B</MiddleName> <LastName NameType="SurName">Kumar</LastName> <FormerName>Ramkumar</FormerName> <Alias>Ram</Alias> </PersonName> <DependencyNameDetails DependencyType="C/O"> <NameDetails CustomerType="Person"> <PersonName> <Title>Mr</Title> <FirstName NameType="GivenName" Type="Official">Venkat</FirstName> <FirstName NameType="GivenName" Type="Unofficial">Venki</FirstName> <LastName>Krishnan</LastName> </PersonName> </NameDetails> </DependencyNameDetails> </NameDetails> <NameDetails CustomerType="Person"> <PersonName> <Title>Mrs</Title> <FirstName>S</FirstName> <MiddleName>Devi</MiddleName> <LastName>Sadasivan</LastName> <Alias>Baby</Alias> </PersonName> <DependencyNameDetails> <NameDetails CustomerType="Organisation"> <OrganisationName Type="Pty.Ltd">NRMA </OrganisationName> </NameDetails> </DependencyNameDetails> </NameDetails> <NameDetails CustomerType="Person"> <Name>Ram Kumar</Name> <DependencyName> C/O MasterSoft International Pty. Ltd </DependencyName> </NameDetails> </xNL> ------------------------------------------------------------------------- <?xml version='1.0'?> <!-- Based on Version 1.3 of xAL DTD --> <!DOCTYPE xAL SYSTEM "xAL.dtd"> <xAL> <!-- Level 12, 67 Albert Avenue Chatswood NSW 2067 Australia --> <AddressDetails> <AddressLines> <AddressLine>Level 12, 67 Albert Avenue</AddressLine> <AddressLine>Chatswood</AddressLine> <AddressLine>NSW 2209</AddressLine> <AddressLine>Australia</AddressLine> </AddressLines> </AddressDetails> <!-- Egis Building, Level 12, 67 Albert Avenue, Chatswood, NSW 2067, Australia --> <AddressDetails> <Country> <CountryName>Australia</CountryName> <AdministrativeArea> <AdministrativeAreaName>NSW</AdministrativeAreaName> <Locality> <LocalityName>Chatswood</LocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>Archer Street</ThoroughfareName> <ThoroughfareNumber>67</ThoroughfareNumber> <Premise Type="Building"> <BuildingName>Egis</BuildingName> <SubPremise Type="LEVEL"> <SubPremiseNumber>12</SubPremiseNumber> </SubPremise> </Premise> </Thoroughfare> <PostalCode> <PostalCodeNumber>2067</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- POBox: 773, Chatswood,NSW 2057, Australia --> <AddressDetails AddressType="Postal" CurrentStatus="Investment" ValidFromDate="1 Jan 2000" ValidToDate="31 March 2000"> <Country> <CountryName>Australia</CountryName> <AdministrativeArea Type="State"> <AdministrativeAreaName>NSW</AdministrativeAreaName> <Locality> <LocalityName>CHATSWOOD</LocalityName> <PostBox Type="POBox"> <PostBoxNumber>773</PostBoxNumber> <PostalCode> <PostalCodeNumber>2057</PostalCodeNumber> </PostalCode> </PostBox> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- UNIT 12, 23 Archer Street, Chatswood, NSW 2067, Australia --> <AddressDetails> <Country> <CountryName>Australia</CountryName> <AdministrativeArea Type="State"> <AdministrativeAreaName>NSW</AdministrativeAreaName> <Locality> <LocalityName>CHATSWOOD</LocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>ARCHER</ThoroughfareName> <ThoroughfareTrailingType>Street</ThoroughfareTrailingType> <ThoroughfareNumber>23</ThoroughfareNumber> <Premise Type="UNIT"> <PremiseNumber>12</PremiseNumber> <PostalCode> <PostalCodeNumber>2067</PostalCodeNumber> </PostalCode> </Premise> </Thoroughfare> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- block 2, RIPPON BUILDING Level 12, Suite 1A 47 Kinsgton Avenue North, North Ryde, NSW 2113, Australia --> <AddressDetails> <Country> <CountryName>Australia</CountryName> <AdministrativeArea Type="State"> <AdministrativeAreaName>NSW</AdministrativeAreaName> <Locality> <LocalityName>NORTH RYDE</LocalityName> <Thoroughfare Type="Avenue"> <ThoroughfareName>KINGSTON</ThoroughfareName> <ThoroughfareTrailingType>AVENUE</ThoroughfareTrailingType> <ThoroughfareNumber>47</ThoroughfareNumber> <ThoroughfarePostDirection>NORTH</ThoroughfarePostDirection> <Premise Type="BUILDING"> <PremiseName TypeOccurrence="After">RIPPON</PremiseName> <SubPremise Type="BLOCK"> <SubPremiseNumber>2</SubPremiseNumber> <SubPremise Type="LEVEL"> <SubPremiseNumber>2</SubPremiseNumber> <SubPremise Type="SUITE"> <SubPremiseNumber>1</SubPremiseNumber> <SubPremiseNumberSuffix>A</SubPremiseNumberSuffix> </SubPremise> </SubPremise> </SubPremise> </Premise> </Thoroughfare> <PostalCode> <PostalCodeNumber>2113</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!--- 1 College Green, Singapore 1129 --> <AddressDetails> <Country> <CountryNameCode>SG</CountryNameCode> <CountryName>Singapore</CountryName> <Thoroughfare Type="Street"> <ThoroughfareName>College Green</ThoroughfareName> <ThoroughfareNumber>1</ThoroughfareNumber> <PostalCode> <PostalCodeNumber>1129</PostalCodeNumber> </PostalCode> </Thoroughfare> </Country> </AddressDetails> <!-- 1 Jalan Satu, Near Masjid, 3150 Tronoh, Perak, Malaysia --> <AddressDetails> <Country> <CountryName>Malaysia</CountryName> <AdministrativeArea> <AdministrativeAreaName>Perak</AdministrativeAreaName> <Locality> <LocalityName>Tronoh</LocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>Jalan Satu</ThoroughfareName> <ThoroughfareNumber>1</ThoroughfareNumber> <Premise Type="Mosque" PremiseDependency="STREET" PremiseDependencyType="NEAR"> <PremiseName>Masjid</PremiseName> </Premise> </Thoroughfare> <PostalCode> <PostalCodeNumber>3150</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- House No.10, Corner of North Usman Road and East Belinda Crescent, Singapore 1123 --> <AddressDetails> <Country> <CountryName>Singapore</CountryName> <Thoroughfare DependentThoroughfares="Yes" DependentThoroughfaresIndicator="CORNER OF" DependentThoroughfaresConnector="AND"> <ThoroughfareName>Usman</ThoroughfareName> <ThoroughfarePreDirection>North</ThoroughfarePreDirection> <ThoroughfareTrailingType>Road</ThoroughfareTrailingType> <DependentThoroughfare> <ThoroughfareName>Belinda</ThoroughfareName> <ThoroughfarePreDirection>East</ThoroughfarePreDirection> <ThoroughfareTrailingType>Cresent</ThoroughfareTrailingType> </DependentThoroughfare> <Premise Type="House"> <PremiseNumber Indicator="No." IndicatorOccurrence="Before">10</PremiseNumber> <PostalCode> <PostalCodeNumber>1123</PostalCodeNumber> </PostalCode> </Premise> </Thoroughfare> </Country> </AddressDetails> <!-- 21 Karpagambal Nagar, Via-Thiruvanmiyur, Kottivakkam (PO), Chennai 600041, Tamilnadu, India --> <AddressDetails> <Country> <CountryName>India</CountryName> <AdministrativeArea Type="State"> <AdministrativeAreaName>Tamilnadu</AdministrativeAreaName> <Locality> <LocalityName>Thiruvanmiyur</LocalityName> <PostOffice> <PostOfficeName>Kottivakkam</PostOfficeName> <PostalCode> <PostalCodeNumber>600 041</PostalCodeNumber> </PostalCode> </PostOffice> <DependentLocality Type="Suburb" Connector="Via"> <DependentLocalityName>Karpagambal Nagar</DependentLocalityName> <Premise Type="House"> <PremiseNumber NumberType="Old">21</PremiseNumber> </Premise> </DependentLocality> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- Floor 4, Ste 5, Block C Carnegie VIII 43 West Archer Street Boulder, CO 80302-4598, USA --> <AddressDetails> <Country> <CountryNameCode>US</CountryNameCode> <CountryName>USA</CountryName> <AdministrativeArea> <AdministrativeAreaName>COLORADO</AdministrativeAreaName> <Locality> <LocalityName>BOULDER</LocalityName> <Thoroughfare> <ThoroughfareName>ARCHER</ThoroughfareName> <ThoroughfarePreDirection>WEST</ThoroughfarePreDirection> <ThoroughfareTrailingType>Street</ThoroughfareTrailingType> <ThoroughfareNumber>43</ThoroughfareNumber> <Premise Type="BUILDING"> <PremiseName>CARNEGIE VIII</PremiseName> <SubPremise Type="BLOCK"> <SubPremiseNumber>C</SubPremiseNumber> <SubPremise Type="STE"> <SubPremiseNumber>5</SubPremiseNumber> <SubPremise Type="FLOOR"> <SubPremiseNumber>4</SubPremiseNumber> </SubPremise> </SubPremise> </SubPremise> </Premise> </Thoroughfare> <PostalCode> <PostalCodeNumber>80302</PostalCodeNumber> <PostalCodeNumberExtension Type="DeliveryPointSuffix">4598</PostalCodeNumberExtension> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- Officer Mess, RAAF, Townsville, Australia --> <AddressDetails> <Country> <CountryName>Australia</CountryName> <Locality> <LocalityName>Townsville</LocalityName> <LargeMailUser Type="Military"> <LargeMailUserName>RAAF</LargeMailUserName> <Department> <DepartmentName>Officer Mess</DepartmentName> </Department> </LargeMailUser> </Locality> </Country> </AddressDetails> <!-- 5 Aviation Regiment, RAAF Base, Milpo, Townsville 4814, Australia --> <AddressDetails> <Country> <CountryName>Australia</CountryName> <Locality> <LocalityName>Townsville</LocalityName> <DependentLocality> <DependentLocalityName>Milpo</DependentLocalityName> <LargeMailUser Type="Military"> <LargeMailUserName>RAAF</LargeMailUserName> <LargeMailUserIdentifier>5 Aviation Regiment</LargeMailUserIdentifier> </LargeMailUser> </DependentLocality> <PostalCode> <PostalCodeNumber>4814</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- Building 429 Lavarack Barracks, RAAF, Milpo, Townsville --> <AddressDetails> <Locality> <LocalityName>Townsville</LocalityName> <DependentLocality> <DependentLocalityName>Milpo</DependentLocalityName> <LargeMailUser Type="Military"> <LargeMailUserName>RAAF</LargeMailUserName> <LargeMailUserIdentifier Type="BuildingNumber">429</LargeMailUserIdentifier> <BuildingName>Lavarack Barracks</BuildingName> </LargeMailUser> </DependentLocality> </Locality> </AddressDetails> <!-- Chatswood Grove, Block A, Level 2, Suite 1A, 12-14 Malvern Avenue, Adjacent to Chatswood Chase, Chatswood, NSW 2067, Australia --> <AddressDetails> <Country> <CountryName>Australia</CountryName> <AdministrativeArea> <AdministrativeAreaName>NSW</AdministrativeAreaName> <Locality> <LocalityName>Chatswood</LocalityName> <Thoroughfare> <ThoroughfareName>Malvern</ThoroughfareName> <ThoroughfareTrailingType>Avenue</ThoroughfareTrailingType> <ThoroughfareNumberRange Type="EVEN"> <ThoroughfareNumberFrom>12</ThoroughfareNumberFrom> <ThoroughfareNumberTo>14</ThoroughfareNumberTo> </ThoroughfareNumberRange> <Premise Type="Building"> <BuildingName>CHASTWOOD GROVE</BuildingName> <SubPremise Type="BLOCK"> <SubPremiseNumber>A</SubPremiseNumber> <SubPremise Type="LEVEL"> <SubPremiseNumber>2</SubPremiseNumber> <SubPremise Type="SUITE"> <SubPremiseNumber>1</SubPremiseNumber> <SubPremiseNumberSuffix>A</SubPremiseNumberSuffix> </SubPremise> </SubPremise> </SubPremise> <Premise Type="SHOPPING CENTRE" PremiseDependency="PREMISE" PremiseDependencyType="ADJACENT TO"> <PremiseName>Chatswood Grove</PremiseName> </Premise> </Premise> </Thoroughfare> <PostalCode> <PostalCodeNumber>2067</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- Japan 530-0001 Osaka Prefecture Oasaka City North Ku Plum Rice Field 1-2-2 the 2nd Building before the Oasaka Station --> <AddressDetails> <Country> <CountryName>Japan</CountryName> <AdministrativeArea Type="Province"> <AdministrativeAreaName>OSAKA</AdministrativeAreaName> <Locality Type="City"> <LocalityName>OSAKA</LocalityName> <DependentLocality Type="Ward"> <DependentLocalityName>North Ku</DependentLocalityName> <DependentLocality Type="SubDivision"> <DependentLocalityName>Plum Rice Field</DependentLocalityName> <Premise Type="Building"> <SubPremise Type="Block"> <SubPremiseNumber>1</SubPremiseNumber> <SubPremise Type="Unit"> <SubPremiseNumber>2</SubPremiseNumber> <SubPremise Type="Level"> <SubPremiseNumber>2</SubPremiseNumber> </SubPremise> </SubPremise> </SubPremise> <Premise Type="STATION" PremiseDependency="PREMISE" PremiseDependencyType="2nd BUILDING BEFORE"> <PremiseName>OSAKA</PremiseName> </Premise> </Premise> </DependentLocality> </DependentLocality> <PostalCode> <PostalCodeNumber>530-0001</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- LOT 1 DIGGLES ROAD MS 62 MOUNT MARSHALL VIA WARWICK QLD 4370 --> <AddressDetails> <AdministrativeArea Type="State"> <AdministrativeAreaName NameType="Abbreviation">QLD</AdministrativeAreaName> <Locality> <LocalityName>WARWICK</LocalityName> <DependentLocality Connector="VIA" Type="Town"> <DependentLocalityName>MOUNT MARSHALL</DependentLocalityName> <PostOffice Type="Mail Service"> <PostOfficeNumber Indicator="MS">62</PostOfficeNumber> </PostOffice> <Thoroughfare> <ThoroughfareName>DIGGLES</ThoroughfareName> <ThoroughfareTrailingType>ROAD</ThoroughfareTrailingType> <Premise Type="LOT"> <PremiseNumber>1</PremiseNumber> </Premise> </Thoroughfare> </DependentLocality> <PostalCode> <PostalCodeNumber>4370</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </AddressDetails> <!-- SADDLETON ROAD RD4 PUKEKOHE NEW ZEALAND --> <AddressDetails> <Country> <CountryName>NEW ZEALAND</CountryName> <Locality Type="Town"> <LocalityName>PUKEKOHE</LocalityName> <PostOffice Type="Rural Delivery"> <PostOfficeNumber Indicator="RD">4</PostOfficeNumber> </PostOffice> <Thoroughfare> <ThoroughfareName>SADDLETON ROAD</ThoroughfareName> </Thoroughfare> </Locality> </Country> </AddressDetails> <!-- "KARINYA" M/S 172, ALLORA QLD 4362 --> <AddressDetails> <AdministrativeArea Type="State"> <AdministrativeAreaName NameType="Abbreviation">QLD</AdministrativeAreaName> <Locality Type="Town"> <LocalityName>ALLORA</LocalityName> <PostOffice Type="MailService"> <PostOfficeNumber Indicator="M/S">172</PostOfficeNumber> </PostOffice> <Premise Type="Farm"> <PremiseName>KARINYA</PremiseName> </Premise> </Locality> </AdministrativeArea> </AddressDetails> <!-- 46 Brynmaer Road Battersea LONDON SW11 4EW United Kingdom --> <AddressDetails> <Country> <CountryName>United Kingdom</CountryName> <Locality Type="City"> <LocalityName>LONDON</LocalityName> <DependentLocality Type="District"> <DependentLocalityName>BATTERSEA</DependentLocalityName> <Thoroughfare> <ThoroughfareName>BRYNMAER ROAD</ThoroughfareName> <ThoroughfareNumber>46</ThoroughfareNumber> </Thoroughfare> </DependentLocality> <PostalCode> <PostalCodeNumber>SW11 4EW</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- 6 Meen Street Diplomatic Quarter Riyadh SAUDI ARABIA --> <AddressDetails> <Country> <CountryName>SAUDI ARABIA</CountryName> <Locality Type="City"> <LocalityName>Riyadh</LocalityName> <DependentLocality Type="District"> <DependentLocalityName>Diplomatic Quarter</DependentLocalityName> <Thoroughfare> <ThoroughfareName>Meen Street</ThoroughfareName> <ThoroughfareNumber>16</ThoroughfareNumber> </Thoroughfare> </DependentLocality> </Locality> </Country> </AddressDetails> <!-- 13 Libertad St. Tugatog, Malabon, MM 4013 Philippines --> <AddressDetails> <Country> <CountryName>Philippines</CountryName> <AdministrativeArea Type="Region"> <AdministrativeAreaName NameType="Abbreviation">MM</AdministrativeAreaName> <AdministrativeAreaName NameType="Full Name"> Metropolitian Manila</AdministrativeAreaName> <Locality Type="Province"> <LocalityName>Tugatog</LocalityName> <DependentLocality Type="Area"> <DependentLocalityName>Malabon</DependentLocalityName> <Thoroughfare> <ThoroughfareName>Libertad St.</ThoroughfareName> <ThoroughfareNumber>13</ThoroughfareNumber> </Thoroughfare> </DependentLocality> <PostalCode> <PostalCodeNumber>4013</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- Office of the Dean College of Arts and Sciences University of the Philippines Diliman Quezon City 4022 Philippines --> <AddressDetails> <Country> <CountryName>Philippines</CountryName> <Locality Type="City"> <LocalityName>Diliman Quezon City</LocalityName> <Premise Type="University"> <PremiseName>Uinversity of the Philippines</PremiseName> <SubPremise Type="College"> <SubPremiseName>College of Arts and Sciences</SubPremiseName> <SubPremise Type="Office"> <SubPremiseName>Office of the Dean</SubPremiseName> </SubPremise> </SubPremise> </Premise> </Locality> </Country> </AddressDetails> <!-- Edificio La Riviera (Building) 310 (Apartment no) Rambla de los Argentinos (Street) y Celedonio Rojas (Cross street) Piriapolis (Suburb) Uruguay (Country) --> <AddressDetails> <Country> <CountryName>Uruguay</CountryName> <Locality Type="Suburb"> <LocalityName>Piriapolis</LocalityName> <Thoroughfare DependentThoroughfares="Yes" DependentThoroughfaresIndicator="CORNER OF" DependentThoroughfaresConnector="y"> <ThoroughfareName>Rambla de los Argentions</ThoroughfareName> <DependentThoroughfare> <ThoroughfareName>Celedonis Rojas</ThoroughfareName> </DependentThoroughfare> <Premise Type="Building"> <PremiseName>Edificio La Riviera</PremiseName> <SubPremise Type="Apartment"> <SubPremiseNumber>310</SubPremiseNumber> </SubPremise> </Premise> </Thoroughfare> </Locality> </Country> </AddressDetails> <!-- Liniers 3234 (Street name and no.) Ciudadela (Suburb) Provincia de Buenos Aires 1702 (a province just at the outskirts of Buenos Aires city) Argentina (Country) --> <AddressDetails> <Country> <CountryName>Argentina</CountryName> <Locality Type="City"> <LocalityName>Buenos Aires</LocalityName> <DependentLocality Type="Suburb" Connector="Provincia de Buenos Aires"> <DependentLocalityName>Ciudadela</DependentLocalityName> <Thoroughfare> <ThoroughfareName>Liniers</ThoroughfareName> <ThoroughfareNumber>3234</ThoroughfareNumber> </Thoroughfare> </DependentLocality> </Locality> </Country> </AddressDetails> <!-- Plot No: 421, Sector 5 Street No.26, K.K.Nagar Chennai 600 078, India --> <AddressDetails> <Country> <CountryName>India</CountryName> <Locality Type="City"> <LocalityName>Chennai</LocalityName> <DependentLocality Type="Suburb"> <DependentLocalityName NameType="Abbreviation">K.K.Nagar</DependentLocalityName> <DependentLocality Type="Area"> <DependentLocalityName>Sector</DependentLocalityName> <DependentLocalityNumber TypeNumberOccurrence="Before">5</DependentLocalityNumber> <Thoroughfare> <ThoroughfareName>Street No.</ThoroughfareName> <ThoroughfareNumber>26</ThoroughfareNumber> <Premise Type="Plot"> <PremiseNumber Indicator="No." IndicatorOccurrence="Before">421</PremiseNumber> </Premise> </Thoroughfare> </DependentLocality> </DependentLocality> <PostalCode> <PostalCodeNumber>600 078</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- 47/1 Soi Petchkasem 3 Petchkasem Road Bangkokyai, Bangkok 10600 Thailand --> <AddressDetails> <Country> <CountryName>Thailand</CountryName> <Locality Type="City"> <LocalityName>Bangkok</LocalityName> <DependentLocality Type="Suburb"> <DependentLocalityName>Bangkokyai</DependentLocalityName> <Thoroughfare Type="Road"> <ThoroughfareName>Petchkasem Road</ThoroughfareName> <DependentLocality Type="Area"> <DependentLocalityName>Soi Petchkasem</DependentLocalityName> <DependentLocalityNumber>3</DependentLocalityNumber> <Premise Type="House"> <PremiseNumber>47/1</PremiseNumber> </Premise> </DependentLocality> </Thoroughfare> </DependentLocality> <PostalCode> <PostalCodeNumber>10600</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- NII Enterprise Promotion Association 7F, No.317, Song-Chiang Road, Taipei 104, Taiwan --> <AddressDetails> <Country> <CountryName>Taiwan</CountryName> <Locality Type="City"> <LocalityName>Taipei</LocalityName> <Thoroughfare> <ThoroughfareName>Song-Chiang</ThoroughfareName> <ThoroughfareTrailingType>Road</ThoroughfareTrailingType> <ThoroughfareNumber Indicator="No." IndicatorOccurrence="Before">317> </ThoroughfareNumber> <Premise Type="Office"> <PremiseNumber>7</PremiseNumber> <PremiseNumberSuffix>F</PremiseNumberSuffix> </Premise> </Thoroughfare> <PostalCode> <PostalCodeNumber>104</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- Jl. Thamrin no 27-37 C4 Denpasar, Bali 22050, Indonesia Where: Jl. is equivalent to Street Thamrin is street name no 27-37 is street number C4 is block C Denpasar is locality --> <AddressDetails> <Country> <CountryName>Indonesia</CountryName> <AdministrativeArea> <AdministrativeAreaName>Bali</AdministrativeAreaName> <Locality> <LocalityName>Benpasar</LocalityName> <Thoroughfare> <ThoroughfareName>Thamrin</ThoroughfareName> <ThoroughfareLeadingType>J1.</ThoroughfareLeadingType> <ThoroughfareNumberRange Indicator="no"> <ThoroughfareNumberFrom>27</ThoroughfareNumberFrom> <ThoroughfareNumberTo>37</ThoroughfareNumberTo> </ThoroughfareNumberRange> <Premise Type="Block"> <PremiseNumber>C</PremiseNumber> <SubPremise> <SubPremiseNumber>4</SubPremiseNumber> </SubPremise> </Premise> </Thoroughfare> <PostalCode> <PostalCodeNumber>22050</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- Level 39, JinMao Building, 2 Century Boulouvard PuDong new District Shanghai, 200120, China --> <AddressDetails> <Country> <CountryName>China</CountryName> <Locality Type="City"> <LocalityName>Shanghai</LocalityName> <DependentLocality Type="New District"> <DependentLocalityName>PuDong</DependentLocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>Century</ThoroughfareName> <ThoroughfareTrailingType>Boulouvard</ThoroughfareTrailingType> <ThoroughfareNumber>2</ThoroughfareNumber> <Premise Type="Building"> <PremiseName>JinMao</PremiseName> <SubPremise Type="Level"> <SubPremiseNumber>39</SubPremiseNumber> </SubPremise> </Premise> </Thoroughfare> </DependentLocality> <PostalCode> <PostalCodeNumber>200120</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- 110-714 19th Floor, Kyobo Building 1, 1-Ka Chongno, Chongno district, Seoul, Korea "Ka" is a geographic concept that is smaller than a district, and smaller than a suburb. Literally, "Ka" means a street, but in an address, it means a geographic entity that is larger than a street and smaller than a suburb. 110-714 is area code. --> <AddressDetails> <Country> <CountryName>Korea</CountryName> <Locality Type="City"> <LocalityName>Seoul</LocalityName> <DependentLocality Type="District"> <DependentLocalityName>Chongno</DependentLocalityName> <DependentLocality Type="Area"> <DependentLocalityName>1-Ka Chongo</DependentLocalityName> <Premise Type="Building"> <PremiseName>Kyobo</PremiseName> <PremiseNumber NumberTypeOccurrence="After">1</PremiseNumber> <SubPremise Type="Floor"> <SubPremiseNumber Indicator="TH" IndicatorOccurrence="After">19</SubPremiseNumber> </SubPremise> </Premise> </DependentLocality> </DependentLocality> <PostalCode Type="Area Code"> <PostalCodeNumber>110-714</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- Rua de Martinho Montenegro 31 R/C Macau --> <AddressDetails> <Country> <CountryName>Macua</CountryName> <Thoroughfare> <ThoroughfareName>Martinho Montenegro</ThoroughfareName> <ThoroughfareLeadingType>Rua de</ThoroughfareLeadingType> <ThoroughfareNumber>31</ThoroughfareNumber> <Premise Type="Apartment"> <PremiseLocation>R/C</PremiseLocation> </Premise> </Thoroughfare> </Country> </AddressDetails> <!-- Kungsholmsgatan 19B Stockholm 112 27 SWEDEN --> <AddressDetails> <Country> <CountryName>SWEDEN</CountryName> <Locality Type="City"> <LocalityName>Stockholm</LocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>Kungsholmsgatan</ThoroughfareName> <ThoroughfareNumber>19</ThoroughfareNumber> <ThoroughfareNumberSuffix>B</ThoroughfareNumberSuffix> </Thoroughfare> <PostalCode> <PostalCodeNumber>112 27</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- 823 Pear Court NE Olympia, WA 98506 USA --> <AddressDetails> <Country> <CountryName>USA</CountryName> <Locality Type="State"> <LocalityName NameType="Abbreviation">WA</LocalityName> <DependentLocality Type="Town"> <DependentLocalityName>Olympia</DependentLocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>Pear</ThoroughfareName> <ThoroughfareTrailingType>Court</ThoroughfareTrailingType> <ThoroughfarePostDirection>NE</ThoroughfarePostDirection> <Premise> <PremiseNumber>823</PremiseNumber> </Premise> </Thoroughfare> </DependentLocality> <PostalCode> <PostalCodeNumber>98506</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- 201/2288 Pine Street Vancouver, BC V6J 5G4 Canada --> <AddressDetails> <Country> <CountryName>Canada</CountryName> <Locality Type="State"> <LocalityName NameType="Abbreviation">BC</LocalityName> <LocalityName NameType="Full Name">BRITISH COLUMBIA</LocalityName> <DependentLocality Type="City"> <DependentLocalityName>Vancouver</DependentLocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>Pine Street</ThoroughfareName> <Premise Type="Apartment Building"> <PremiseNumber>2288</PremiseNumber> <SubPremise Type="Unit"> <SubPremiseNumber>201</SubPremiseNumber> </SubPremise> </Premise> </Thoroughfare> </DependentLocality> <PostalCode> <PostalCodeNumber>V6J 5G4</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- #108-8310 130th Street Surrey, B.C. V3W 8J9 Canada --> <AddressDetails> <Country> <CountryName>Canada</CountryName> <Locality Type="State"> <LocalityName NameType="Abbreviation">BC</LocalityName> <DependentLocality Type="City"> <DependentLocalityName>Surrey</DependentLocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>130th</ThoroughfareName> <ThoroughfareTrailingType>Street</ThoroughfareTrailingType> <Premise Type="House"> <PremiseNumber Indicator="#" IndicatorOccurrence="Before">108-8310</PremiseNumber> </Premise> </Thoroughfare> </DependentLocality> <PostalCode> <PostalCodeNumber>V3W 8J9</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- 15 Merrion Park South Hill Ave Blackrock Co. Dublin Ireland --> <AddressDetails> <Country> <CountryName>Ireland</CountryName> <Locality Type="County"> <LocalityName>Dublin</LocalityName> <DependentLocality Type="Suburb"> <DependentLocalityName>Blackrock</DependentLocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>Hill</ThoroughfareName> <ThoroughfarePreDirection>South</ThoroughfarePreDirection> <ThoroughfareTrailingType>Avenue</ThoroughfareTrailingType> <Premise Type="Estate"> <PremiseName>Merrion Park</PremiseName> <SubPremise Type="Apartment"> <SubPremiseNumber>15</SubPremiseNumber> </SubPremise> </Premise> </Thoroughfare> </DependentLocality> </Locality> </Country> </AddressDetails> <!-- 279 Maruhity Kathmandu 14 Nepal --> <AddressDetails> <Country> <CountryName>Nepal</CountryName> <Locality Type="City"> <LocalityName>Kathmandu</LocalityName> <Thoroughfare Type="Street"> <ThoroughfareName>Maruhity</ThoroughfareName> <ThoroughfareNumber>279</ThoroughfareNumber> </Thoroughfare> <PostalCode> <PostalCodeNumber>14</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> <!-- 140/C Unit No.7/D Latifabad, Hyderabad Sind, Pakistan --> <AddressDetails> <Country> <CountryName>Pakistan</CountryName> <AdministrativeArea Type="Province"> <AdministrativeAreaName>Sind</AdministrativeAreaName> <Locality Type="City"> <LocalityName>Hyderabad</LocalityName> <DependentLocality Type="Suburb"> <DependentLocalityName>Latifabad</DependentLocalityName> <Premise Type="Building"> <PremiseNumber>140/C</PremiseNumber> <SubPremise Type="Unit"> <SubPremiseNumber Indicator="No." IndicatorOccurrence="Before">7/D </SubPremiseNumber> </SubPremise> </Premise> </DependentLocality> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- SBN 2 - Quadra 23 - Bloco 7 - 1o andar 79800-122 BRASILLIA-DF BRASIL --> <AddressDetails> <Country> <CountryName>BRASIL</CountryName> <AdministrativeArea Type="State"> <AdministrativeAreaName NameType="Code">DF</AdministrativeAreaName> <Locality Type="City"> <LocalityName>BRASILLIA</LocalityName> <DependentLocality Type="Setore"> <!-- Setore = Sector --> <DependentLocalityName>SBN</DependentLocalityName> <DependentLocalityNumber>2</DependentLocalityNumber> <DependentLocality Type="Quadra"> <DependentLocalityName>Quadra</DependentLocalityName> <DependentLocalityNumber>23</DependentLocalityNumber> <Premise Type="Bloco"> <!-- Bloco = Block --> <PremiseNumber>7</PremiseNumber> <SubPremise Type="Andar"> <!-- andar = Floor" --> <SubPremiseNumber Indicator="o">1</SubPremiseNumber> </SubPremise> </Premise> </DependentLocality> </DependentLocality> <PostalCode> <PostalCodeNumber>79800-122</PostalCodeNumber> </PostalCode> </Locality> </AdministrativeArea> </Country> </AddressDetails> <!-- Alkamenou 37 117 80 ATHINAI, GREECE --> <AddressDetails> <Country> <CountryName>Greece</CountryName> <Locality Type="Town"> <LocalityName>ATHINAI</LocalityName> <Thoroughfare> <ThoroughfareName>37</ThoroughfareName> </Thoroughfare> <PostalCode> <PostalCodeNumber>117 80</PostalCodeNumber> </PostalCode> </Locality> </Country> </AddressDetails> </xAL>
Prepared by Robin Cover for The XML Cover Pages archive.