Definition Type: SimpleType
Name: chapterSepValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines the separator character that appears between the chapter and page number.
Collapse XSD Schema Diagram:
XSD Diagram of chapterSepValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="chapterSepValue">
    <xsd:annotation>
        <xsd:documentation>Defines the separator character that appears between the chapter and page number.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="hyphen">
            <xsd:annotation>
                <xsd:documentation>Hyphen '-'</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="period">
            <xsd:annotation>
                <xsd:documentation>Period '.'</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="colon">
            <xsd:annotation>
                <xsd:documentation>Colon ':'</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="em-dash">
            <xsd:annotation>
                <xsd:documentation>Em Dash '-'</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="en-dash">
            <xsd:annotation>
                <xsd:documentation>En Dash '-'</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration hyphen
Enumeration period
Enumeration colon
Enumeration em-dash
Enumeration en-dash
Collapse Derivation Tree:
Collapse References:
W:chap-sep