CT_OptionsMenu Complex Type
In This Topic
Diagram
Overview
|
|
append optional xs:boolean
| |
Attributes
Name | Type | Use | Default | Fixed | Description |
refID | ST_ID Simple Type | required | | | |
append | xs:boolean | optional | true | | |
Source
<xs:complexType name="CT_OptionsMenu" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="refID" type="ST_ID" use="required" />
<xs:attribute name="append" type="xs:boolean" use="optional" default="true" />
</xs:complexType>
|
See Also