|
105 | 105 | <xs:element type="dontSeeOptionIsSelectedType" name="dontSeeOptionIsSelected" minOccurs="0" maxOccurs="unbounded"/>
|
106 | 106 | <xs:element type="doubleClickType" name="doubleClick" minOccurs="0" maxOccurs="unbounded"/>
|
107 | 107 | <xs:element type="dragAndDropType" name="dragAndDrop" minOccurs="0" maxOccurs="unbounded"/>
|
108 |
| - <xs:element type="entityDeclarationType" name="entity" minOccurs="0" maxOccurs="unbounded"/> |
109 | 108 | <xs:element type="executeInSeleniumType" name="executeInSelenium" minOccurs="0" maxOccurs="unbounded"/>
|
110 | 109 | <xs:element type="executeJSType" name="executeJS" minOccurs="0" maxOccurs="unbounded"/>
|
111 | 110 | <xs:element type="fillFieldType" name="fillField" minOccurs="0" maxOccurs="unbounded"/>
|
|
618 | 617 | </xs:extension>
|
619 | 618 | </xs:simpleContent>
|
620 | 619 | </xs:complexType>
|
621 |
| - <xs:complexType name="entityDeclarationType"> |
622 |
| - <xs:choice> |
623 |
| - <xs:element name="data" type="entityDataType" maxOccurs="unbounded" minOccurs="0"/> |
624 |
| - <xs:element name="required-entity" type="entityRequiredEntityType" maxOccurs="unbounded" minOccurs="0"/> |
625 |
| - </xs:choice> |
626 |
| - <xs:attribute name="name" type="xs:string" use="required"/> |
627 |
| - <xs:attribute name="type" type="xs:string" use="required"/> |
628 |
| - <xs:attribute type="xs:string" name="mergeKey" use="required"/> |
629 |
| - <xs:attribute type="xs:boolean" name="remove" default="false"/> |
630 |
| - <xs:attribute type="xs:string" name="before"/> |
631 |
| - <xs:attribute type="xs:string" name="after"/> |
632 |
| - </xs:complexType> |
633 |
| - <xs:complexType name="entityDataType"> |
634 |
| - <xs:simpleContent> |
635 |
| - <xs:extension base="xs:string"> |
636 |
| - <xs:attribute type="xs:string" name="key" use="required"/> |
637 |
| - <xs:attribute type="xs:boolean" name="remove" default="false"/> |
638 |
| - <xs:attribute type="xs:string" name="before"/> |
639 |
| - <xs:attribute type="xs:string" name="after"/> |
640 |
| - </xs:extension> |
641 |
| - </xs:simpleContent> |
642 |
| - </xs:complexType> |
643 |
| - <xs:complexType name="entityRequiredEntityType"> |
644 |
| - <xs:simpleContent> |
645 |
| - <xs:extension base="xs:string"> |
646 |
| - <xs:attribute type="xs:string" name="key" use="required"/> |
647 |
| - <xs:attribute type="xs:boolean" name="remove" default="false"/> |
648 |
| - <xs:attribute type="xs:string" name="before"/> |
649 |
| - <xs:attribute type="xs:string" name="after"/> |
650 |
| - </xs:extension> |
651 |
| - </xs:simpleContent> |
652 |
| - </xs:complexType> |
653 | 620 | <xs:complexType name="executeInSeleniumType">
|
654 | 621 | <xs:simpleContent>
|
655 | 622 | <xs:extension base="xs:string">
|
|
0 commit comments