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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] A question about a complex type

[ Lists Home | Date Index | Thread Index ]

Hello,
updateActiveFile(FileInfo) command is intended for updating a complete
active FileInfo instance on the server ( wchich is XML-unaware simple
embedded device, the poscondition of this operation is that current display
output is also updated).
I could've used set operations per each attribute of FileInfo, but there're
more than 20 attributes, including deeply nested ones.
Probably, I'd need to use an XSLT stylesheet on the client side to define a
set of rules, which would tell to the serializer which remaiming elements of
type FileInfo to pass, depending on the value of its first element "mask" ?
Thanks
Siarhei Biarozkin
----- Original Message -----
From: "Jeff Lowery" <jlowery@scenicsoft.com>
To: "'Sergey Beryozkin'" <sberyozkin@zandar.com>
Sent: Tuesday, December 11, 2001 6:34 PM
Subject: RE: [xml-dev] A question about a complex type


> Is update FileInfo updating a complete FileInfo instance, or constructing
> one?
>
> > -----Original Message-----
> > From: Sergey Beryozkin [mailto:sberyozkin@zandar.com]
> > Sent: Tuesday, December 11, 2001 9:14 AM
> > To: xml-dev@lists.xml.org
> > Subject: [xml-dev] A question about a complex type
> >
> >
> > Hello,
> >
> > I have the following complex type definition ( which is part of our
> > web-services type library defined in wsdl):
> >
> > <complexType name="FileInfo">
> >       <element name="mask" type="int"/>
> >       .....
> >       <element name="pips" type="tns:PipInfo" minOccurs="0"/>
> >       <element name="captions" type="tns:LabelInfo" minOccurs="0"/>
> >       .....
> >       <element name="clocks" type="tns:LabelInfo" minOccurs="0"/>
> > </FileInfo>
> >
> > My intention is to use "mask" as a hint for the processing
> > module as to
> > which of the remaining elements defined by FileInfo type are
> > in a FileInfo
> > instance.
> > Is there a better way to express this semantics using XMLSchema ?
> >
> > One problem is that a client auto-generated by a
> > wsdl-compiler expects an
> > instance of FileInfo as a parameter to some of the
> > operations. In operations
> > like saveFile(FileInfo) I will pass FileInfo as it's defined
> > in wsdl, but in
> > operations like updateActiveFile(FileInfo) I'd just like to
> > set FileInfo's
> > mask and let the underlying XML software to deside how to
> > send FileInfo over
> > the wire. Is it possible at all ?
> >
> > Thanks a lot,
> > Cheers
> > Siarhei Biarozkin
> >
> >
> >
> > -----------------------------------------------------------------
> > The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> > initiative of OASIS <http://www.oasis-open.org>
> >
> > The list archives are at http://lists.xml.org/archives/xml-dev/
> >
> > To subscribe or unsubscribe from this list use the subscription
> > manager: <http://lists.xml.org/ob/adm.pl>
> >
>
>





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS