Definition Type: Element
Name: LastPrinted
Namespace: urn:schemas-microsoft-com:office:office
Type: dateTime:http://www.w3.org/2001/XMLSchema
Containing Schema: office.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Represents the date and time that the document was last printed.
Collapse XSD Schema Diagram:
XSD Diagram of LastPrinted in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="LastPrinted" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
    <xsd:annotation>
        <xsd:documentation>Represents the date and time that the document was last printed.</xsd:documentation>
    </xsd:annotation>
</xsd:element>