Y
Y.S.
Hello All,
I have the following schema:
....
<xs:element name="data_type_id" type="xs:unsignedShort" />
<xs:element name="data_value" type="xs:anyType" />
....
What I want to do is to specify that "If 'data_value' element exists,
'data_type_id' element MUST exist".
How do I do that?
Thanks very much
I have the following schema:
....
<xs:element name="data_type_id" type="xs:unsignedShort" />
<xs:element name="data_value" type="xs:anyType" />
....
What I want to do is to specify that "If 'data_value' element exists,
'data_type_id' element MUST exist".
How do I do that?
Thanks very much