diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
children | Target | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="demolishElementType"> <xsd:annotation> <xsd:documentation>Element describing parameters for a demolish goal.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="Target" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="singleTarget" type="xsd:boolean" use="optional" default="false"> <xsd:annotation> <xsd:documentation>Set to true if the goal is complete upon finding and demolishing a single instance of a target. False means that the goal execution continues in order to locate and demolish multiple instances.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="permanentDisable" type="xsd:boolean" default="true"/> <xsd:attributeGroup ref="CommonAttributes"/> </xsd:complexType> |
type | xsd:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:attribute name="singleTarget" type="xsd:boolean" use="optional" default="false"> <xsd:annotation> <xsd:documentation>Set to true if the goal is complete upon finding and demolishing a single instance of a target. False means that the goal execution continues in order to locate and demolish multiple instances.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="permanentDisable" type="xsd:boolean" default="true"/> |