<xs:complexType name="ParkFacilityLongevityPlanAttributeType">
<xs:complexContent>
<xs:extension base="uro:FacilityAttributeType">
<xs:sequence>
<xs:element name="parkCode" type="gml:CodeType"/>
<xs:element name="parkName" type="gml:CodeType"/>
<xs:element name="parkType" type="gml:CodeType"/>
<xs:element name="facilityName" minOccurs="0" type="gml:CodeType"/>
<xs:element name="facilityNameOptional" minOccurs="0" type="xs:string"/>
<xs:element name="specificFacilityName" type="xs:string"/>
<xs:element name="numberOfFacilities" minOccurs="0" type="uro:NumberOfFacilitiesPropertyType"/>
<xs:element name="size" minOccurs="0" type="xs:string"/>
<xs:element name="mainMaterial" minOccurs="0" type="gml:CodeType"/>
<xs:element name="mainMaterialOptional" minOccurs="0" type="xs:string"/>
<xs:element name="installationYear" type="xs:gYear"/>
<xs:element name="disposalLimitPeriod" minOccurs="0" type="xs:integer"/>
<xs:element name="expectedUsagePeriod" minOccurs="0" type="xs:integer"/>
<xs:element name="repairsBeforeParkHealthAssessment" minOccurs="0" type="uro:RepairsBeforeParkHealthAssessmentPropertyType"/>
<xs:element name="parkHealthAssessment" maxOccurs="unbounded" minOccurs="0" type="uro:ParkHealthAssessmentPropertyType"/>
<xs:element name="managementType" minOccurs="0" type="gml:CodeType"/>
<xs:element name="expectedRenewalYearWithMeasures" minOccurs="0" type="xs:gYear"/>
<xs:element name="longevityMeasures" maxOccurs="unbounded" minOccurs="0" type="uro:LongevityMeasuresPropertyType"/>
<xs:element name="noteForLongevity" minOccurs="0" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>