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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsn message

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


Subject: Closing the WSN2.21


Title: Closing the WSN2.21

I'm fine with the clarification as in http://www.oasis-open.org/apps/org/workgroup/wsn/download.php/7381/clarifying%20resource%20properties%20declarations%20in%20ws-basen.doc

In principle, two schema sniplets could be folded into one XML pseudo markup of an instance. In that case schema is implied, but implementers are free to do the ref or inline the XML element declaration.

E.g.
In the specification document it may be said:
The resource property document MUST contain the following elements.
<wsnt:Topics/>*
<wsnt:FixedTopicSet/>
<wsnt:TopicExpressionDialects/>*

This way in the actual WSDL, in the property document schema declaration, when this spec is implemented I could have either

<xs:element targetNamespace="...WSN…" name="Topics" type=”wsnt:TopicExpressionType” minOccurs=”0” maxOccurs=”unbounded” />

Or
<xs:element ref="wsnt:Topics" minOccurs=”0” maxOccurs=”unbounded” />
Note that either one is correct, implementation-wise.

Anyway that is just a cleanup. This is up to the editors.

-- Igor Sedukhin .. (igor.sedukhin@ca.com)
-- (631) 342-4325 .. 1 CA Plaza, Islandia, NY 11788



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