E
eephyne
hello
i would like to know if its possible to make a unbroken sequence of id attribute in XSD, meaning
<object id="0" />
<object id="2" />
<object id="1" />
would be correct but
<object id="0" />
<object id="2" />
<object id="3" />
would be not
id must start from 0 and all numbers must be present (order/sort doesn't matter) , this is of course for an undefined quantity of object.
thanks
i would like to know if its possible to make a unbroken sequence of id attribute in XSD, meaning
<object id="0" />
<object id="2" />
<object id="1" />
would be correct but
<object id="0" />
<object id="2" />
<object id="3" />
would be not
id must start from 0 and all numbers must be present (order/sort doesn't matter) , this is of course for an undefined quantity of object.
thanks