complexType demolishElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p336.png
children Target
used by
element Demolish
attributes
Name  Type  Use  Default  Fixed  Annotation
singleTarget  xsd:boolean  optional  false    
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.
permanentDisable  xsd:boolean    true    
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
annotation
documentation
Element describing parameters for a demolish goal.
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>

attribute demolishElementType/@singleTarget
type xsd:boolean
properties
use optional
default false
annotation
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.
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>

attribute demolishElementType/@permanentDisable
type xsd:boolean
properties
default true
source <xsd:attribute name="permanentDisable" type="xsd:boolean" default="true"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy