<xs:complexType name="LargeCustomerFacilityAttributeType">
<xs:complexContent>
<xs:extension base="uro:BuildingAttributeType">
<xs:sequence>
<xs:element name="class" minOccurs="0" type="gml:CodeType"/>
<xs:element name="name" minOccurs="0" type="xs:string"/>
<xs:element name="capacity" minOccurs="0" type="xs:integer"/>
<xs:element name="owner" minOccurs="0" type="xs:string"/>
<xs:element name="totalFloorArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="totalStoreFloorArea" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="inauguralDate" minOccurs="0" type="xs:date"/>
<xs:element name="yearOpened" minOccurs="0" type="xs:gYear"/>
<xs:element name="yearClosed" minOccurs="0" type="xs:gYear"/>
<xs:element name="keyTenants" minOccurs="0" type="xs:string"/>
<xs:element name="availability" minOccurs="0" type="xs:boolean"/>
<xs:element name="urbanPlanType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="areaClassificationType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="districtsAndZonesType" maxOccurs="unbounded" minOccurs="0" type="gml:CodeType"/>
<xs:element name="landUseType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="reference" minOccurs="0" type="xs:string"/>
<xs:element name="note" minOccurs="0" type="xs:string"/>
<xs:element name="surveyYear" type="xs:gYear"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>