diagram | ![]() |
||
namespace | http://www.TCIP-Adopted-03-00-01 | ||
children | line polygon arc circle | ||
used by |
|
||
source | <xs:complexType name="SPSymbolPart"> <xs:sequence> <xs:choice> <xs:element name="line" type="SPNoDimLine"/> <xs:element name="polygon" type="SPNoDimPolygon"/> <xs:element name="arc" type="SPNoDimArc"/> <xs:element name="circle" type="SPNoDimCircle"/> </xs:choice> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | tcip:SPNoDimLine | ||||
properties |
|
||||
children | points | ||||
source | <xs:element name="line" type="SPNoDimLine"/> |
diagram | ![]() |
||||
type | tcip:SPNoDimPolygon | ||||
properties |
|
||||
children | points fill | ||||
source | <xs:element name="polygon" type="SPNoDimPolygon"/> |
diagram | ![]() |
||||
type | tcip:SPNoDimArc | ||||
properties |
|
||||
children | center radius from to | ||||
source | <xs:element name="arc" type="SPNoDimArc"/> |
diagram | ![]() |
||||
type | tcip:SPNoDimCircle | ||||
properties |
|
||||
children | center radius fill | ||||
source | <xs:element name="circle" type="SPNoDimCircle"/> |