<xsd:complexType name="CT_BorderBoxPr">
<xsd:sequence>
<xsd:element name="hideTop" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hide Top Edge</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hideBot" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hide Bottom Edge</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hideLeft" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hide Left Edge</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hideRight" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hide Right Edge</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeH" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Border Box Strikethrough Horizontal</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeV" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Border Box Strikethrough Vertical</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeBLTR" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Border Box Strikethrough Bottom-Left to Top-Right</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeTLBR" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Border Box Strikethrough Top-Left to Bottom-Right</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ctrlPr" type="CT_CtrlPr" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|