diagram | |||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||
properties |
|
||
children | Station PI InSpiral Curve1 ConnSpiral Curve2 OutSpiral | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="AlignPI"> <xs:annotation> <xs:documentation>A Single Alignment PI Definition</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element ref="Station"/> <xs:element ref="PI"/> <xs:element ref="InSpiral" minOccurs="0"/> <xs:element ref="Curve1" minOccurs="0"/> <xs:element ref="ConnSpiral" minOccurs="0"/> <xs:element ref="Curve2" minOccurs="0"/> <xs:element ref="OutSpiral" minOccurs="0"/> </xs:choice> </xs:complexType> </xs:element> |