<xs:complexType name="PortPassengerFacilityType">
<xs:complexContent>
<xs:extension base="uro:PortAttributeType">
<xs:sequence>
<xs:element name="length" minOccurs="0" type="gml:LengthType"/>
<xs:element name="width" minOccurs="0" type="gml:LengthType"/>
<xs:element name="mainMaterial" minOccurs="0" type="gml:CodeType"/>
<xs:element name="totalFloorArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="acquisitionYear" minOccurs="0" type="xs:gYear"/>
<xs:element name="totalCost" minOccurs="0" type="xs:integer"/>
<xs:element name="note" minOccurs="0" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>