QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
len | ST_LineEndLength | optional | ||||
type | ST_LineEndType | none | optional | |||
w | ST_LineEndWidth | optional |
<xsd:complexType name="CT_LineEndProperties"> <xsd:attribute name="type" type="ST_LineEndType" use="optional" default="none"/> <xsd:attribute name="w" type="ST_LineEndWidth" use="optional"/> <xsd:attribute name="len" type="ST_LineEndLength" use="optional"/> </xsd:complexType> |