<xs:element name="Chain">
<xs:annotation>
<xs:documentation>A text value that is a space delimited list of CgPoint names that form a linear connected chain.
example: <Chain>1 23 45 34</Chain>
represents a linear connection between CgPoint name 1, 23, 45 and 34.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:simpleContent>
<xs:extension base="ChainType">
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="code" type="xs:string" />
<xs:attribute name="state" type="stateType" />
<xs:attribute name="pointGeometry" type="pointGeometryType" />
<xs:attribute name="DTMAttribute" type="DTMAttributeType" />
<xs:attribute name="timeStamp" type="xs:dateTime" use="optional" />
<xs:attribute name="role" type="surveyRoleType" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|