2.1.2.13 PrimaryMonitor

This element specifies specific information about the client computer's primary monitor.

Parent Elements

ScreenInformation

Child Elements

ColorDepth

Height

Width

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="PrimaryMonitor">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="sp:Width" minOccurs="1"/>
       <xsd:element ref="sp:Height" minOccurs="1"/>
       <xsd:element ref="sp:ColorDepth" minOccurs="1"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>