Definition Type: Element
Name: Chain
Namespace: http://www.landxml.org/schema/LandXML-1.1
Type: land:ChainType
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
A text value that is a space delimited list of CgPoint names that form a linear connected chain. example: 1 23 45 34 represents a linear connection between CgPoint name 1, 23, 45 and 34.
Collapse XSD Schema Diagram:
Drilldown into role in schema landxml-1_1_xsd Drilldown into timeStamp in schema landxml-1_1_xsd Drilldown into DTMAttribute in schema landxml-1_1_xsd Drilldown into pointGeometry in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into code in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of Chain in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
name land:name (Optional)
desc land:desc (Optional)
code land:code (Optional)
state land:state (Optional)
pointGeometry land:pointGeometry (Optional)
DTMAttribute land:DTMAttribute (Optional)
timeStamp land:timeStamp Optional
role land:role Optional
Collapse Derivation Tree: