2.1.2.15 Height

This element specifies the height of the primary monitor on the client computer at the time of signing.

Parent Elements

PrimaryMonitor

Attributes:

Unit: This attribute specifies the unit of measure being used for the value of Height. The value of this attribute MUST be set to "px".

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

 <xsd:element name="Height">
   <xsd:complexType>
     <xsd:simpleContent>
       <xsd:extension base="xsd:integer">
         <xsd:attribute name="Unit">
           <xsd:simpleType>
             <xsd:restriction base="xsd:string">
               <xsd:enumeration value="px"/>
             </xsd:restriction>
           </xsd:simpleType>
         </xsd:attribute>
       </xsd:extension>
     </xsd:simpleContent>
   </xsd:complexType>
 </xsd:element>