< Counter1 >0< / Counter1 >
< Counter2 / >
then you need to define the following in the XSD file:
< xs:element name="Counter1" type="xs:integer" minOccurs="0" default="0" / >
< xs:element name="Counter2" type="xs:integer" minOccurs="0" default="0" / >
No comments:
Post a Comment