Definition Type: SimpleType
Name: ST_ConstraintRelationship
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Containing Schema: dml-diagramTypes.xsd
Documentation:
Constraint Relationship
Collapse XSD Schema Diagram:
XSD Diagram of ST_ConstraintRelationship in schema dml-diagramtypes_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_ConstraintRelationship" final="restriction">
    <xsd:annotation>
        <xsd:documentation>Constraint Relationship</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="self">
            <xsd:annotation>
                <xsd:documentation>Self</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ch">
            <xsd:annotation>
                <xsd:documentation>Child</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="des">
            <xsd:annotation>
                <xsd:documentation>Descendant</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration self
Enumeration ch
Enumeration des
Collapse Derivation Tree:
Collapse References:
nsC:for, nsC:refFor