| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| chromakey | ST_ColorType | optional | ||||
| fillcolor | ST_ColorType | optional | ||||
| filled | ST_TrueFalse | optional | ||||
| insetpen | ST_TrueFalse | optional | ||||
| opacity | xsd:string | optional | ||||
| strokecolor | ST_ColorType | optional | ||||
| stroked | ST_TrueFalse | optional | ||||
| strokeweight | xsd:string | optional |
| Attribute Group | AG_AllShapeAttributes |
<xsd:attributeGroup name="AG_ShapeAttributes"> <xsd:attributeGroup ref="AG_Chromakey"/> <xsd:attributeGroup ref="AG_Fill"/> <xsd:attribute name="opacity" type="xsd:string" use="optional"/> <xsd:attribute name="stroked" type="s:ST_TrueFalse" use="optional"/> <xsd:attribute name="strokecolor" type="s:ST_ColorType" use="optional"/> <xsd:attribute name="strokeweight" type="xsd:string" use="optional"/> <xsd:attribute name="insetpen" type="s:ST_TrueFalse" use="optional"/> </xsd:attributeGroup> |