<xs:complexType name="SquareUrbanPlanAttributeType">
<xs:sequence>
<xs:element name="prefecture" minOccurs="0" type="gml:CodeType"/>
<xs:element name="city" minOccurs="0" type="gml:CodeType"/>
<xs:element name="urbanPlanningAreaName" minOccurs="0" type="xs:string"/>
<xs:element name="enforcer" maxOccurs="unbounded" minOccurs="0" type="xs:string"/>
<xs:element name="dateOfDecision" minOccurs="0" type="xs:date"/>
<xs:element name="dateOfRevision" maxOccurs="unbounded" minOccurs="0" type="xs:date"/>
<xs:element name="areaPlanned" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="areaInService" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="remarks" minOccurs="0" type="xs:string"/>
<xs:element name="status" minOccurs="0" type="gml:CodeType"/>
<xs:element name="areaImproved" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="areaCompleted" minOccurs="0" type="gml:MeasureType"/>
<xs:element name="projectStartDate" minOccurs="0" type="xs:date"/>
<xs:element name="projectEndDate" minOccurs="0" type="xs:date"/>
<xs:element name="isCompleted" minOccurs="0" type="xs:boolean"/>
<xs:element name="isAuthorized" minOccurs="0" type="xs:boolean"/>
<xs:element name="purpose" minOccurs="0" type="xs:string"/>
<xs:element name="note" minOccurs="0" type="xs:string"/>
</xs:sequence>
</xs:complexType>