Defines the separator character that appears between the chapter and page number.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
      
<xsd:simpleType name="chapterSepValue" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="hyphen">
    </xsd:enumeration>
    <xsd:enumeration value="period">
    </xsd:enumeration>
    <xsd:enumeration value="colon">
    </xsd:enumeration>
    <xsd:enumeration value="em-dash">
    </xsd:enumeration>
    <xsd:enumeration value="en-dash">
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>