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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsdm message

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


Subject: MUWS schema and WSDM fixes


#1

<xs:element name="StateTransition" type="muws-p2-xs:StateTransitionType"/>

this is missing, on the other hand,
 

<xs:element name="State" type="muws-p2-xs:StateType"/>

is not needed
 
#2 why are all property elements not open? e.g.
 

<xs:complexType name="OperationalStatusPropertiesType">

<xs:sequence>

<xs:element ref="muws-p2-xs:OperationalStatus"/>

</xs:sequence>

</xs:complexType>

it needs
 

<xs:any minOccurs="0" maxOccurs="unbounded"

namespace="##any" processContents="lax"/>

 
#3 you've declared operations e.g. QueryRelationshipsByType in http://docs.oasis-open.org/wsdm/2004/12/muws/wd-wsdm-muws-part2-1.0.wsdl namespace. That is not right it was supposed to be in the schema namespace (according to the spec).
 

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

 


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