<?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>
|