element <softwareInstall>
Namespace:
Type:
anonymous complexType
Content:
empty, 5 attributes
Defined:
locally within element software in qm.xsd, see XML source
Includes:
definitions of 5 attributes
XML Representation Summary
<softwareInstall
    executable
 = 
xs:string
    id
 = 
xs:string
    installLocation
 = 
xs:string
    name
 = 
xs:string
    type
 = 
xs:string
/>
Included in content model of elements (1):
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="softwareInstall">
<xs:complexType>
<xs:attribute name="id" type="xs:string"/>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="installLocation" type="xs:string"/>
<xs:attribute name="executable" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 5/5)
executable
Type:
xs:string, predefined
Use:
optional
The name of the software's executable file.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="executable" type="xs:string"/>

id
Type:
xs:string, predefined
Use:
optional
The UUID for the softwareinstall.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="id" type="xs:string"/>

installLocation
Type:
xs:string, predefined
Use:
optional
The location where the software is installed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="installLocation" type="xs:string"/>

name
Type:
xs:string, predefined
Use:
optional
The name of the softwareInstall.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string"/>

type
Type:
xs:string, predefined
Use:
required
The type of the softwareInstall. Must be one known to the LM system.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="required"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set