<xsd:attribute form="qualified" name="LineStyle" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies the style of a border.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="None" />
<xsd:enumeration value="Continuous" />
<xsd:enumeration value="Dash" />
<xsd:enumeration value="Dot" />
<xsd:enumeration value="DashDot" />
<xsd:enumeration value="DashDotDot" />
<xsd:enumeration value="SlantDashDot" />
<xsd:enumeration value="Double" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|