The choiceSwitch element is a complex type definition for extending a button element's selection extension choices.
Element Structure
The choiceSwitch element structure is as follows:
<xs:complexType name="choiceSwitch"> <xs:complexContent> <xs:extension base="tns:button" /> </xs:complexContent> </xs:complexType> |
Sub-elements
None
This section presents a sample Yes/No switch, followed by the JSON content that builds the UI representation.
|