Definition Type: Group
Name: EG_LineJoinProperties
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeLineProperties.xsd
Collapse XSD Schema Diagram:
Drilldown into miter in schema dml-shapelineproperties_xsd Drilldown into bevel in schema dml-shapelineproperties_xsd Drilldown into round in schema dml-shapelineproperties_xsdXSD Diagram of EG_LineJoinProperties in schema dml-shapelineproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_LineJoinProperties">
    <xsd:choice>
        <xsd:element name="round" type="CT_LineJoinRound" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Round Line Join</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bevel" type="CT_LineJoinBevel" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Line Join Bevel</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="miter" type="CT_LineJoinMiterProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Miter Line Join</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
round a:round 1 1
bevel a:bevel 1 1
miter a:miter 1 1