Definition Type: SimpleType
Name: combineBracketsType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies bracket style to put around combined text.
Collapse XSD Schema Diagram:
XSD Diagram of combineBracketsType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="combineBracketsType">
    <xsd:annotation>
        <xsd:documentation>Specifies bracket style to put around combined text.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="none">
        </xsd:enumeration>
        <xsd:enumeration value="round">
        </xsd:enumeration>
        <xsd:enumeration value="square">
        </xsd:enumeration>
        <xsd:enumeration value="angle">
        </xsd:enumeration>
        <xsd:enumeration value="curly">
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration round
Enumeration square
Enumeration angle
Enumeration curly
Collapse Derivation Tree:
Collapse References:
W:combine-brackets