Posted 14 years ago by Ashwini
Version: 4.0.0283
Avatar
Hello,

If the schema has the following rule for an element..i.e. element aaa should come only after bbb. When I load the schema and use the intelliprompt feature it shows both the elements in the list. Editor should not show the element bbb element in the list until element bbb is specified. Only after specifying aaa, intelliprompt should show the element bbb. Is it possible to have this feature?If the wrong sequence is followed, validation does happen and errors will be displayed. But I guess this will simply increase the user's time when writing the xml.

<xs:sequence minOccurs="0">
<xs:element name="aaa" maxOccurs="1" minOccurs="1">
<xs:complexType>
<xs:attribute name="type" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="bbb" maxOccurs="1" minOccurs="1">
<xs:complexType>
<xs:attribute name="type" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>

Thanks,
Ashwini

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Ashwini,

This is something we do have on our TODO list to look into but haven't had a chance yet. I'll mark down this post with our TODO item so that we can let you know when it's complete.


Actipro Software Support

Posted 14 years ago by Ashwini
Avatar
Thanks for the update. I hope this feature will get added soon.
The latest build of this product (v24.1.0) was released 3 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.