<xs:element name="PipeFlow">
<xs:annotation>
<xs:documentation />
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="flowIn" type="xs:double" use="required" />
<xs:attribute name="areaCatchment" type="xs:double" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="depthCritical" type="xs:double" />
<xs:attribute name="hglDown" type="xs:double" />
<xs:attribute name="hglUp" type="xs:double" />
<xs:attribute name="intensity" type="xs:double" />
<xs:attribute name="runoffCoeff" type="xs:double" />
<xs:attribute name="slopeCritical" type="xs:double" />
<xs:attribute name="timeInlet" type="xs:double" />
<xs:attribute name="velocityCritical" type="xs:double" />
</xs:complexType>
</xs:element>
|