Definition Type: SimpleType
Name: ChainType
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
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:
XSD Diagram of ChainType in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:simpleType name="ChainType">
    <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:list itemType="pointNameRef" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
land:Chain