M
mahesh.kanakaraj
Dear All,
I have a question to ask about the validity of a complexType
declaration.
Lets say an element declaration inside a schema looks like this....
<element name="abc" type="abcType">
and type declaration looks like,
<complexType name="abcType">
<attribute name="abcAttr" type="string">
</complexType>
Is the above mentioned valid? The question really came up when I
was trying to figure out what would be content of the element
'abc' in the instance and how would I verify/validate it.
Thanks in Advance,
Mahesh Kanakaraj
I have a question to ask about the validity of a complexType
declaration.
Lets say an element declaration inside a schema looks like this....
<element name="abc" type="abcType">
and type declaration looks like,
<complexType name="abcType">
<attribute name="abcAttr" type="string">
</complexType>
Is the above mentioned valid? The question really came up when I
was trying to figure out what would be content of the element
'abc' in the instance and how would I verify/validate it.
Thanks in Advance,
Mahesh Kanakaraj