Actually it's "
http://oval.mitre.org/language/download/schema/version5.3/ovaldefinition/complete/windows-definitions-schema.xsd";
and it eventually includes "
http://oval.mitre.org/language/download/schema/version5.3/ovaldefinition/complete/xmldsig-core-schema.xsd
".

Thanks.

On Thu, Oct 8, 2009 at 10:51 PM, Dave Kuhlman <dkuhl...@rexx.com> wrote:

> > From: Matt Oh <oh.jeongw...@gmail.com>
> > Sent: Thursday, October 8, 2009 6:05:41 PM
> >
> > Hi, how's it going?
> >
> > I was trying to evaluate your package and I'm so thankful for your
> contribution to the opensource.
> > During the time I had a problem running the test.
> >
> > Have you ever seen this error?
> >
> > Traceback (most recent call last):
> >   File "windows-definitions-schema.py", line 510, in <module>
> >     class SignatureValueType(base64Binary):
> > NameError: name 'base64Binary' is not defined
> > I'm not so sure how to fix this issue?
> >
>
> Matt -
>
> Good to hear from you.
>
> It's telling us that the class base64Binary is not defined.
>
> Is this error in a file that was generated by generateDS.py?  If
> so, it looks like you might have something like the following in your XML
> Schema:
>
>    <xs:complexType name="SignatureValueType">
>        <xs:complexContent>
>            <xs:extension base="base64Binary">
>                <xs:sequence>
>                o
>                o
>                o
>
> If that is the case, you should look in your schema and see if the
> element base64Binary is defined.  If not, you need to provide a
> definition of that element so that generateDS.py can generate that
> class.  Perhaps you need to add something like
> this:
>
>    <xs:complexType name="base64Binary">
>        o
>        o
>        o
>    </xs:complexType>
>
> If the element base64Binary *is* defined in your schema, then maybe
> it's a bug in generateDS.py.
>
> If that is the case, please send me your schema so that I can give it a
> test.
>
> - Dave
>
>
>  --
>
>
> Dave Kuhlman
> http://www.rexx.com/~dkuhlman <http://www.rexx.com/%7Edkuhlman>
>



-- 
-matt
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to