<xs:complexType name="PortManagementFacilityType">
<xs:complexContent>
<xs:extension base="uro:PortAttributeType">
<xs:sequence>
<xs:element name="totalFloorArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="numberOfShipTypes" minOccurs="0" type="xs:integer"/>
<xs:element name="unitOfShipType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="loadingCapacity" minOccurs="0" type="xs:integer"/>
<xs:element name="acquisitionYear" minOccurs="0" type="xs:gYear"/>
<xs:element name="usage" minOccurs="0" type="xs:string"/>
<xs:element name="totalCost" minOccurs="0" type="xs:integer"/>
<xs:element name="subsidy" minOccurs="0" type="xs:integer"/>
<xs:element name="note" minOccurs="0" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>