Definition Type: ComplexType
Name: CT_Marker
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
Containing Schema: dml-chartDrawing.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into y in schema dml-chartdrawing_xsd Drilldown into x in schema dml-chartdrawing_xsdXSD Diagram of CT_Marker in schema dml-chartdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Marker">
    <xsd:sequence>
        <xsd:element name="x" type="ST_MarkerCoordinate" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Relative X Coordinate</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="y" type="ST_MarkerCoordinate" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Relative Y Coordinate</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
x cdr:x 1 1
y cdr:y 1 1
Collapse Derivation Tree:
Collapse References:
cdr:from, cdr:from, cdr:to