<xsd:complexType name="CT_PolyLine"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:group ref="EG_ShapeElements" /> <xsd:element ref="o:ink" /> </xsd:choice> <xsd:attributeGroup ref="AG_AllCoreAttributes" /> <xsd:attributeGroup ref="AG_AllShapeAttributes" /> <xsd:attribute name="points" type="xsd:string" use="optional"> <xsd:annotation> <xsd:documentation>Points for Compound Line</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType>