LicenseOption
A complex data type that represents a license option.
Schema
<xsd:complexType name="LicenseOption">
<xsd:all>
<xsd:element name="Name" type="xsd:string" minOccurs="0"/>
<xsd:element name="Description" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ShortDescription" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Value" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Elements
Name
The name of the license option.
Description
The description of the option.
ShortDescription
A shorter description of the option.
Value
The value of the option.