<xs:element name="PipeNetwork">
<xs:annotation>
<xs:documentation>This element contains one "Structs" collection element and one "Pipes" collection element.</xs:documentation>
<xs:documentation>keyRef is a Schema validation mechanism that ensures that the "structRef" and "pipeRef" attribute values have corresponding Pipe and Struct "name" values"</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Structs" />
<xs:element ref="Pipes" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="pipeNetType" type="pipeNetworkType" use="required" />
<xs:attribute name="alignmentRef" type="alignmentNameRef" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="oID" type="xs:string" />
<xs:attribute name="state" type="stateType" />
</xs:complexType>
</xs:element>
|