Definition Type: Element
Name: DocumentInformation
Containing Schema: DCMP.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReadOnlyTimeStampDrilldown into CurrentTimeStampDrilldown into OriginalTimeStampDrilldown into DocumentWriterVersionDrilldown into DocumentWriterDrilldown into CurrentDocumentGuidDrilldown into OriginalDocumentGuidDrilldown into FormatCompatibilityVersionDrilldown into FormatVersionXSD Diagram of DocumentInformation
Collapse XSD Schema Code:
<xs:element name="DocumentInformation">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FormatVersion" type="xs:positiveInteger" />
            <xs:element name="FormatCompatibilityVersion" type="xs:positiveInteger" />
            <xs:element name="OriginalDocumentGuid" type="guid" />
            <xs:element name="CurrentDocumentGuid" type="guid" />
            <xs:element name="DocumentWriter" type="xs:token" />
            <xs:element name="DocumentWriterVersion" type="xs:token" />
            <xs:element name="OriginalTimeStamp" type="xs:dateTime" />
            <xs:element name="CurrentTimeStamp" type="xs:dateTime" />
            <xs:element name="ReadOnlyTimeStamp" type="xs:dateTime" minOccurs="0" maxOccurs="1" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormatVersion FormatVersion (1) (1)
FormatCompatibilityVersion FormatCompatibilityVersion (1) (1)
OriginalDocumentGuid OriginalDocumentGuid (1) (1)
CurrentDocumentGuid CurrentDocumentGuid (1) (1)
DocumentWriter DocumentWriter (1) (1)
DocumentWriterVersion DocumentWriterVersion (1) (1)
OriginalTimeStamp OriginalTimeStamp (1) (1)
CurrentTimeStamp CurrentTimeStamp (1) (1)
ReadOnlyTimeStamp ReadOnlyTimeStamp 0 1