Definition Type: Group
Name: EG_LineDashProperties
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeLineProperties.xsd
Collapse XSD Schema Diagram:
Drilldown into custDash in schema dml-shapelineproperties_xsd Drilldown into prstDash in schema dml-shapelineproperties_xsdXSD Diagram of EG_LineDashProperties in schema dml-shapelineproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_LineDashProperties">
    <xsd:choice>
        <xsd:element name="prstDash" type="CT_PresetLineDashProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Preset Dash</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="custDash" type="CT_DashStopList" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Custom Dash</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
prstDash a:prstDash 1 1
custDash a:custDash 1 1