Definition Type: Element
Name: ResidentApplication
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: SystemHealth.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ResidentApplicationVersion Drilldown into ResidentApplicationStringVersion Drilldown into ResidentApplicationPatches Drilldown into ResidentApplicationNameXSD Diagram of ResidentApplication
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ResidentApplication">
    <!-- See section 5.2.2.2 (conformance) in PWG HCD Attributes -->
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ResidentApplicationName" />
            <xs:element ref="ResidentApplicationPatches" />
            <xs:element ref="ResidentApplicationStringVersion" />
            <xs:element ref="ResidentApplicationVersion" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ResidentApplicationName pwg:ResidentApplicationName (1) (1)
ResidentApplicationPatches pwg:ResidentApplicationPatches (1) (1)
ResidentApplicationStringVersion pwg:ResidentApplicationStringVersion (1) (1)
ResidentApplicationVersion pwg:ResidentApplicationVersion (1) (1)