diagram | ![]() |
||
namespace | http://www.TCIP-Adopted-03-00-01 | ||
children | geometry fill thickness | ||
used by |
|
||
source | <xs:complexType name="SPFeatureGeometry"> <xs:sequence> <xs:element name="geometry"> <xs:complexType> <xs:choice> <xs:element name="point" type="SPPoint"/> <xs:element name="line"> <xs:complexType> <xs:sequence maxOccurs="10000"> <xs:element name="line-item" type="SPPoint"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="polygon" type="SPPolygon"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="fill" type="CPT-Boolean" minOccurs="0"/> <xs:element name="thickness" type="CPT-GenericCounter" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
properties |
|
||||
children | point line polygon | ||||
source | <xs:element name="geometry"> <xs:complexType> <xs:choice> <xs:element name="point" type="SPPoint"/> <xs:element name="line"> <xs:complexType> <xs:sequence maxOccurs="10000"> <xs:element name="line-item" type="SPPoint"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="polygon" type="SPPolygon"/> </xs:choice> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | tcip:SPPoint | ||||
properties |
|
||||
children | pointName pointNodeId pointType linearReference addressPoint geoLocationPoint adminArea | ||||
source | <xs:element name="point" type="SPPoint"/> |
diagram | ![]() |
||||
properties |
|
||||
children | line-item | ||||
source | <xs:element name="line"> <xs:complexType> <xs:sequence maxOccurs="10000"> <xs:element name="line-item" type="SPPoint"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | tcip:SPPoint | ||||
properties |
|
||||
children | pointName pointNodeId pointType linearReference addressPoint geoLocationPoint adminArea | ||||
source | <xs:element name="line-item" type="SPPoint"/> |
diagram | ![]() |
||||
type | tcip:SPPolygon | ||||
properties |
|
||||
children | polygonName vertices polygonId | ||||
source | <xs:element name="polygon" type="SPPolygon"/> |
diagram | ![]() |
||||||||
type | tcip:CPT-Boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="fill" type="CPT-Boolean" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | tcip:CPT-GenericCounter | ||||||||
properties |
|
||||||||
source | <xs:element name="thickness" type="CPT-GenericCounter" minOccurs="0"/> |