element <qm:softwareInstall> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 6 attributes
Defined:
locally within qm:software element in qm.xsd; see XML source
Includes:
definitions of 6 attributes
XML Representation Summary
<qm:softwareInstall
   
 = 
xs:string
 = 
xs:string
 = 
xs:anyURI
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
Included in content model of elements (1):
qm:software
Annotation
The software install.
XML Source (w/o annotations (7); 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"/>
<xs:attribute name="href" type="xs:anyURI"/>
<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 (all declarations; defined within this component only; 6/6)
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"/>

href
Type:
xs:anyURI, predefined
Use:
optional
This is a reference to a lab attribute catalog type for this software install. If this is not supplied, the type attribute will be used to identify the catalog type by external id.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI"/>

id
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] 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:
optional
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"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set