OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ciq message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [ciq] CAM and CIQ


Hi David,

Please find enclosed a simple address example represented
in XML using HR-XML PostalAddress schema and xAL-Basic V3.0 schema.
I need CAM example that processes the two schemas and
converts data from one format to the other. I have enclosed the HR-XML
and xAL-Basic schemas also.

Address:

Egis Building, Level 12, 67 Albert Avenue, 
Chatswood, NSW 2067, Australia

IN HR-XML:

<?xml version="1.0" encoding="UTF-8"?>
<PostalAddress xmlns="http://ns.hr-xml.org"; 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://ns.hr-xml.org
PostalAddress.xsd">
  <CountryCode>AU</CountryCode>
  <PostalCode>2067</PostalCode>
  <Region>NSW</Region>
  <DeliveryAddress>
    <StreetName>Albert Avenue</StreetName>
    <BuildingNumber>67</BuildingNumber>
    <Unit>Level 12</Unit>
   </DeliveryAddress>
</PostalAddress>


IN xAL-BASIC:

<?xml version="1.0"?>
<xAL xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL-Basic:2004-10-06"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="urn:oasis:names:tc:ciq:xsdschema:xAL:2000-10-06
xAL-Basic-3.0.5.xsd">
  <AddressDetails>
   <Country>
    <Name>Australia</Name>  
   </Country>
   <PostalCode>
	<Code>2067</Code>
   </PostalCode>
   <AdministrativeArea>
	<Name>NSW</Name>
   </AdministrativeArea>
   <Premesis>
	<Name>Egis Building</Name>
	<FreeTextAddressLine Type="Level">Level 12</FreeTextAddressLine>
   </Premesis>
   <Thoroughfare>
     <Number>67</Number>
     <Name>Albert Avenue</Name>
   </Thoroughfare>
  </AddressDetails>
</xAL>


Regards,

Ram

Ram Kumar
General Manager
Software R&D and Architecture
MSI BUSINESS SYSTEMS
Suite 204A, 244 Beecroft Road
Epping, NSW 2121, Australia
Direct: +61-2-9815 0226
Mobile: +61-412 758 025
Fax: +61-2-98150200
URL: www.msi.com.au 

 

> -----Original Message-----
> From: David RR Webber [mailto:david@drrw.info] 
> Sent: Wednesday, October 27, 2004 12:31 AM
> To: Ram Kumar
> Cc: ciq@lists.oasis-open.org; Rob Beauchamp
> Subject: Re: [ciq] CAM and CIQ
> 
> Ram,
> 
> Happy to.  Please send along before and after targets.
> 
> Thanks, DW
> 
> Ram Kumar wrote:
> 
> >David,
> >
> >I am keen to have an example that shows how a CAM template 
> can be used 
> >to convert a simple name and address data represented using a 
> >specification (say, UBL) to xNAL.
> >
> >I need you to do this. I can give you a simple address example 
> >represented in UBL and you can then create a CAM template to 
> convert it 
> >to xAL.
> >
> >Can you do this for the CIQ TC? Please advise. 
> >
> >Regards,
> >
> >Ram
> >
> >Ram Kumar
> >General Manager
> >Software R&D and Architecture
> >MSI BUSINESS SYSTEMS
> >Suite 204A, 244 Beecroft Road
> >Epping, NSW 2121, Australia
> >Direct: +61-2-9815 0226
> >Mobile: +61-412 758 025
> >Fax: +61-2-98150200
> >URL: www.msi.com.au
> >
> >
> >To unsubscribe from this mailing list (and be removed from 
> the roster of the OASIS TC), go to 
> http://www.oasis-open.org/apps/org/workgroup/ciq/members/leave
> _workgroup.php.
> >
> >  
> >
> 
> 
> 

PostalAddress.xsd

PersonName.xsd

xAL-Basic-3.0.5.xsd



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]