If I create a SimpleType according to the example in the feature explorer, I get a XML parser error due to the document not being well-formed. Moving the SimpleType declarations inside the DataSource tags gives me "No such type 'zip', not processing ..." errors by the Validation class.
Exactly how / where do I put the SimpleType declarations to make them available to my data source fields?
Thanks,
--mgbowman
Exactly how / where do I put the SimpleType declarations to make them available to my data source fields?
Thanks,
--mgbowman
Comment