<xsd:complexType name="CT_DocPartPr">
<xsd:all>
<xsd:element name="name" type="CT_DocPartName" minOccurs="1"/>
<xsd:element name="style" type="CT_String" minOccurs="0"/>
<xsd:element name="category" type="CT_DocPartCategory" minOccurs="0"/>
<xsd:element name="types" type="CT_DocPartTypes" minOccurs="0"/>
<xsd:element name="behaviors" type="CT_DocPartBehaviors" minOccurs="0"/>
<xsd:element name="description" type="CT_String" minOccurs="0"/>
<xsd:element name="guid" type="CT_Guid" minOccurs="0"/>
</xsd:all>
</xsd:complexType> |