Definition Type: ComplexType
Name: CT_DashStop
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeLineProperties.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sp in schema dml-shapelineproperties_xsd Drilldown into d in schema dml-shapelineproperties_xsdXSD Diagram of CT_DashStop in schema dml-shapelineproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DashStop">
    <xsd:attribute name="d" type="ST_PositivePercentage" use="required">
        <xsd:annotation>
            <xsd:documentation>Dash Length</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sp" type="ST_PositivePercentage" use="required">
        <xsd:annotation>
            <xsd:documentation>Space Length</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
d a:d Required
sp a:sp Required
Collapse Derivation Tree:
  • CT_DashStop
Collapse References:
a:ds