<xsd:complexType name="Layout_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="ShapePermeableX" type="ShapePermeableX_Type" minOccurs="0" />
<xsd:element name="ShapePermeableY" type="ShapePermeableY_Type" minOccurs="0" />
<xsd:element name="ShapePermeablePlace" type="ShapePermeablePlace_Type" minOccurs="0" />
<xsd:element name="ShapeFixedCode" type="ShapeFixedCode_Type" minOccurs="0" />
<xsd:element name="ShapePlowCode" type="ShapePlowCode_Type" minOccurs="0" />
<xsd:element name="ShapeRouteStyle" type="ShapeRouteStyle_Type" minOccurs="0" />
<xsd:element name="ConFixedCode" type="ConFixedCode_Type" minOccurs="0" />
<xsd:element name="ConLineJumpCode" type="ConLineJumpCode_Type" minOccurs="0" />
<xsd:element name="ConLineJumpStyle" type="ConLineJumpStyle_Type" minOccurs="0" />
<xsd:element name="ConLineJumpDirX" type="ConLineJumpDirX_Type" minOccurs="0" />
<xsd:element name="ConLineJumpDirY" type="ConLineJumpDirY_Type" minOccurs="0" />
<xsd:element name="ShapePlaceFlip" type="ShapePlaceFlip_Type" minOccurs="0" />
<xsd:element name="ConLineRouteExt" type="ConLineRouteExt_Type" minOccurs="0" />
<xsd:element name="ShapeSplit" type="ShapeSplit_Type" minOccurs="0" />
<xsd:element name="ShapeSplittable" type="ShapeSplittable_Type" minOccurs="0" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|