Hi,
I am fairly new to castor and am just curious if there is a way (using
the binding XML file) to get castor to recognize the following:
<xs:simpleType name="Foo">
<xs:restriction base="xs:unsignedLong"/>
</xs:simpleType>
as actually being of type "long", not type "Foo". I make use of that
type in another declaration with a structure like this:
<xs:complexType name="FooBar">
<xs:sequence>
<xs:element name="MyFoo" type="Foo"/>
</xs:sequence>
</xs:complexType>
I'm just a little fuzzy on how one might specify that in the castor
binding file. Any guidance would be appreciated.
Regards,
-k
--
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------