<xsd:complexType name="DocumentProperties_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Title" type="Title_Type" minOccurs="0" />
<xsd:element name="Subject" type="Subject_Type" minOccurs="0" />
<xsd:element name="Creator" type="Creator_Type" minOccurs="0" />
<xsd:element name="Manager" type="Manager_Type" minOccurs="0" />
<xsd:element name="Company" type="Company_Type" minOccurs="0" />
<xsd:element name="Category" type="Category_Type" minOccurs="0" />
<xsd:element name="Keywords" type="Keywords_Type" minOccurs="0" />
<xsd:element name="Desc" type="Desc_Type" minOccurs="0" />
<xsd:element name="HyperlinkBase" type="HyperlinkBase_Type" minOccurs="0" />
<xsd:element name="AlternateNames" type="AlternateNames_Type" minOccurs="0" />
<xsd:element name="Template" type="Template_Type" minOccurs="0" />
<xsd:element name="BuildNumberCreated" type="BuildNumberCreated_Type" minOccurs="0" />
<xsd:element name="BuildNumberEdited" type="BuildNumberEdited_Type" minOccurs="0" />
<xsd:element name="PreviewPicture" type="PreviewPicture_Type" minOccurs="0" />
<xsd:element name="CustomProps" type="CustomProps_Type" minOccurs="0" />
<xsd:element name="TimeCreated" type="TimeCreated_Type" minOccurs="0" />
<xsd:element name="TimeSaved" type="TimeSaved_Type" minOccurs="0" />
<xsd:element name="TimeEdited" type="TimeEdited_Type" minOccurs="0" />
<xsd:element name="TimePrinted" type="TimePrinted_Type" minOccurs="0" />
</xsd:choice>
</xsd:complexType>
|