diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
type |
extension of ChainType |
properties |
content | complex | mixed | true |
|
used by |
|
attributes |
|
annotation |
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.
|
|
source |
<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:attribute name="station" type="station"/>
<xs:attribute name="zone" type="xs:string"/>
<xs:attribute name="status" type="observationStatusType"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element> |