Schema Component Representation
<
xs:element
name="
action">
<
xs:complexType>
<
xs:choice
minOccurs="
0"
maxOccurs="
unbounded">
</
xs:choice>
<
xs:attribute
name="
description"
type="
xs:string
"
use="
required"/>
<
xs:attribute
name="
id"
type="
xs:ID
"
use="
optional"/>
<
xs:attribute
name="
name"
type="
xs:string
"
use="
optional"/>
</
xs:complexType>
</
xs:element>