<xs:element name="Struct">
<xs:annotation>
<xs:documentation>Each Struct within a Structs collection element must have a unique "name" attribute.</xs:documentation>
<xs:documentation>The structure type is determined by the existance of one of the following elements: CircStruct or RectStruct.</xs:documentation>
<xs:documentation>The Center element will contain the "north east" coordinate text value or a CgPoint "refPnt" attribute.</xs:documentation>
<xs:documentation>Each Invert element contains a "refPipe" attribute to reference a Pipe element "name"</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Center" />
<xs:choice>
<xs:element ref="CircStruct" />
<xs:element ref="RectStruct" />
<xs:element ref="InletStruct" />
<xs:element ref="OutletStruct" />
<xs:element ref="Connection" />
</xs:choice>
<xs:element ref="Invert" maxOccurs="unbounded" />
<xs:element ref="StructFlow" minOccurs="0" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="elevRim" type="xs:double" />
<xs:attribute name="elevSump" type="xs:double" />
<xs:attribute name="oID" type="xs:string" />
<xs:attribute name="state" type="stateType" />
</xs:complexType>
</xs:element>
|