diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | optionName optionValue | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="AdvancedPurgeOption"> <xs:annotation> <xs:documentation>Advanced options for the Purge operation</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="optionName" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The name of an advanced option</xs:documentation> </xs:annotation> </xs:element> <xs:element name="optionValue" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The value of an advanced option</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="optionName" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The name of an advanced option</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="optionValue" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The value of an advanced option</xs:documentation> </xs:annotation> </xs:element> |