[xsd-users] S2S protocol with XSD.

Michael Smith smithatwork65 at gmail.com
Tue Feb 9 08:40:18 EST 2010


Hello,

I'm trying to generate a parser for Gaming Standards Association's S2S
protocol (the schemas can be downloaded at
http://gamingstandards.com/index.php?page=standards/free_downloads_standards).
I've encountered the following problems. I wonder if they are problems with
XSD or S2S schemas. Any help would be appreciated.

xsd cxx-tree --namespace-map '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/'='s2s' --root-element
s2sMessage s2sMessage.xsd

s2sFillCreditExt1.xsd:13:80: error: type '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:fillCreditInfo' not found
s2sFillCreditExt1.xsd:13:80: error: referenced element 's2s:fillCreditInfo'
not found
s2sHandpayExt1.xsd:20:52: error: attributeGroup '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:requestParameters' not
found
s2sHandpayExt1.xsd:30:52: error: attributeGroup '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:requestParameters' not
found
s2sJackpotExt1.xsd:13:77: error: type '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:jackpotInfo' not found
s2sJackpotExt1.xsd:13:77: error: referenced element 's2s:jackpotInfo' not
found
s2sMarkerExt1.xsd:13:76: error: type '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:markerInfo' not found
s2sMarkerExt1.xsd:13:76: error: referenced element 's2s:markerInfo' not
found
s2sMarkerExt1.xsd:25:77: error: type '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:voucherInfo' not found
s2sMarkerExt1.xsd:25:77: error: referenced element 's2s:voucherInfo' not
found
s2sMarkerExt1.xsd:37:78: error: type '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:transferInfo' not found
s2sMarkerExt1.xsd:37:78: error: referenced element 's2s:transferInfo' not
found
s2sMeterExt1.xsd:17:75: error: type '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:s2sMeterType' not found
s2sMeterExt1.xsd:17:75: error: simpleType '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:s2sMeterType' for
attribute 'meterType' not found
s2sOpenCloseExt1.xsd:13:75: error: type '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:tableInfo' not found
s2sOpenCloseExt1.xsd:13:75: error: referenced element 's2s:tableInfo' not
found
s2sRatingExt1.xsd:29:76: error: type '
http://www.gamingstandards.com/s2s/schemas/v1.2.6/:ratingInfo' not found
s2sRatingExt1.xsd:29:76: error: referenced element 's2s:ratingInfo' not
found


More information about the xsd-users mailing list