<xs:complexType name="WaterwayDetailAttributeType">
<xs:sequence>
<xs:element name="routeId" type="xs:string"/>
<xs:element name="routeDirection" minOccurs="0" type="gml:CodeType"/>
<xs:element name="minimumWidth" minOccurs="0" type="gml:LengthType"/>
<xs:element name="maximumWidth" minOccurs="0" type="gml:LengthType"/>
<xs:element name="length" minOccurs="0" type="gml:LengthType"/>
<xs:element name="navigation" minOccurs="0" type="xs:string"/>
<xs:element name="plannedDepth" minOccurs="0" type="gml:LengthType"/>
<xs:element name="speedLimit" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="targetShipType" maxOccurs="unbounded" minOccurs="0" type="xs:string"/>
</xs:sequence>
</xs:complexType>