<xsd:complexType name="CT_P">
<xsd:sequence>
<xsd:element name="pPr" type="CT_PPr" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Paragraph Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="rsidRPr" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Revision Identifier for Paragraph Glyph Formatting</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rsidR" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Revision Identifier for Paragraph</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rsidDel" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Revision Identifier for Paragraph Deletion</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rsidP" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Revision Identifier for Paragraph Properties</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rsidRDefault" type="ST_LongHexNumber">
<xsd:annotation>
<xsd:documentation>Default Revision Identifier for Runs</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|