Alma/Acs/AcsCommandCenterTools
element tool

Properties
This component is not nillable.

Model
<tool>
(caption, command, insertion, maxStartupSeconds, expectedOutput )
</tool>


Nested Element Summary
xsd:stringcaption
          
xsd:stringcommand
          
xsd:stringexpectedOutput
          
 insertion
          
xsd:integermaxStartupSeconds
          
Source
<xsd:element maxOccurs="unbounded" name="tool">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="caption" type="xsd:string"/>
<xsd:element name="command" type="xsd:string"/>
<xsd:element maxOccurs="unbounded" name="insertion">
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0">
<xsd:element name="default" type="xsd:string"/>
</xsd:choice>
<xsd:attribute name="source" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="input"/>
<xsd:enumeration value="model"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element default="-1" name="maxStartupSeconds" type="xsd:integer"/>
<xsd:element default="" name="expectedOutput" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.