If I have a .xsc file :-
.
.
<ElementDecl Name="Test-Element">
<Model>
<PCData/>
</Model>
</ElementDecl>
* At which level should I specify the <XSC:More> containing the datatype for
PCDATA? At the <ElementDecl> level or at the <Model> level?
* How to represent datatype information within the <XSC:More> element? i.e.
If I want that the Test-Element (see above) should have datatype = alpha
only , how to represent this information within the <XSC:More> element?
Thanks in advance for any help,
AMIT