<!--
This part of schema represents the External front of a module of the
greenhouse -->
<xsd:element name="ExternalFront">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Arch_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Arch_External_values"/>
<xsd:attribute name="code" type="Arch_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Pillar_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Pillar_External_values"/>
<xsd:attribute name="code" type="Pillar_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Rod_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Rod_Capital_values"/>
<xsd:attribute name="code" type="Rod_Capital_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Curve_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Curve_External_values"/>
<xsd:attribute name="code" type="Curve_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Bracing_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Bracing_External_values"/>
<xsd:attribute name="code" type="Bracing_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Belt_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Belt_External_values"/>
<xsd:attribute name="code" type="Belt_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Culmination_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Culmination_External_values"/>
<xsd:attribute name="code" type="Culmination_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Extreme_Channel_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Extreme_Channel_External_values"/>
<xsd:attribute name="code" type="Extreme_Channel_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Flange_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Flange_External_values"/>
<xsd:attribute name="code" type="Flange_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Screw_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Screw_External_values"/>
<xsd:attribute name="code" type="Screw_External_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Nut_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Nut_Capital_values"/>
<xsd:attribute name="code" type="Nut_Capital_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Washer_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Washer_values"/>
<xsd:attribute name="code" type="Washer_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Plug_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="Plug_values"/>
<xsd:attribute name="code" type="Plug_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="CounterLeg_External_Front">
<xsd:complexType>
<xsd:attribute name="name" type="CounterLeg_Corner_Capital_values"/>
<xsd:attribute name="code" type="CounterLeg_Corner_Capital_code_values"/>
<xsd:attribute name="quantity" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|