[Home] [By Thread] [By Date] [Recent Entries]
On 26/03/2008, Costello, Roger L. <costello@m...> wrote:
> Example: Now NumPages is GOOD because it is globally declared and has a
> named type.
>
> <element name="Book">
> <complexType>
> <sequence>
> <element ref="bk:NumPages"/>
> </sequence>
> </complexType>
> </element>
I think you mean:
<element name="Book" type="Book"/>
<complexType name="Book">
<sequence>
<element ref="bk:NumPages"/>
</sequence>
</complexType>
...to expose the Book type.
cheers
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



