<xsd:complexType name="CT_Line">
<xsd:sequence>
<xsd:group ref="EG_ShapeElements" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="AG_AllCoreAttributes" />
<xsd:attributeGroup ref="AG_AllShapeAttributes" />
<xsd:attribute name="from" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Line Start</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="to" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Line End Point</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|