Definition Type: SimpleType
Name: ST_UpdateLinks
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-workbook.xsd
Documentation:
Update Links Behavior Types
Collapse XSD Schema Diagram:
XSD Diagram of ST_UpdateLinks in schema sml-workbook_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_UpdateLinks">
    <xsd:annotation>
        <xsd:documentation>Update Links Behavior Types</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="userSet">
            <xsd:annotation>
                <xsd:documentation>User Set</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="never">
            <xsd:annotation>
                <xsd:documentation>Never Update Links</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="always">
            <xsd:annotation>
                <xsd:documentation>Always Update Links</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration userSet
Enumeration never
Enumeration always
Collapse Derivation Tree:
Collapse References:
nsM:updateLinks