<xsd:complexType name="CT_ShapeStyle"> <xsd:sequence> <xsd:element name="lnRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/> <xsd:element name="fillRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/> <xsd:element name="effectRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/> <xsd:element name="fontRef" type="CT_FontReference" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> |